Loading Tool

Explorer IconExplorer

Memory Pool

41,935 transactions
26.76 vMB
0.05665218 BTC
Random Selection Loading Transactions
Max Size: 140.45/200 MB

Candidate Block

Mining Attempt 4c4769e8dacd6ee2ae7e3005cf33810020e2c59284903fd9e3a88daa94078432
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root b9d78ba3761ca098e89787b6af7bb2be92f82ab4d23e36a047948c620fd02c14
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,528
Size: 1.00 vMB
Total Fees: 0.00718311 BTC
Feerates: 103.41 > 0.72 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (334,474 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,450 580,450 0000000000000000001f4da281d12799b92a8d88622d7f33ad8f2fa722cffb08 2,880 1.00/1.00 vMB 72
580,449 580,449 0000000000000000000be4e9525d8bfc8544226aecc43ebf9e4c280b3ab71e16 3,715 1.00/1.00 vMB 96
580,448 580,448 000000000000000000241e8309e4cec06f1b555f5b8fbbef19a78f5d805b634e 2,882 1.00/1.00 vMB 34
580,447 580,447 000000000000000000231e434ce8d7d51e1b7470afee36be47214c605be3cfec 2,746 1.00/1.00 vMB 9
580,446 580,446 00000000000000000011879a4d1749f030e554d2483bd767a51762b379ee662d 3,057 1.00/1.00 vMB 37
580,445 580,445 0000000000000000001beae6d9089ca6f477ac7dcc7fd69c83dfc9b8bf27ba92 2,710 1.00/1.00 vMB 58
580,444 580,444 000000000000000000012c894365a777fb9d2a2d18269ee8d0f872ba72a95a59 2,651 1.00/1.00 vMB 32
580,443 580,443 00000000000000000001e03076bb1444058f13a11b5bf0da8ae43e0294975b31 3,072 1.00/1.00 vMB 71
580,442 580,442 00000000000000000012def457e10b4d466020239a6ccfd49c53a6d3681bad3c 2,789 1.00/1.00 vMB 95
580,441 580,441 0000000000000000001d92a91292bf40ca0939c0368e8418aaeabb8bc7cdae6e 3,169 1.00/1.00 vMB 80
580,440 580,440 0000000000000000000bfc5c8ecfda567e0e30baa84ac614404f447e9efd50c5 2,237 1.00/1.00 vMB 97
580,439 580,439 0000000000000000000104e5800f4ea259c5ab92a18e15320d8879d6c9e09e5b 2,380 1.00/1.00 vMB 111
580,438 580,438 0000000000000000000d6c192364455df454b28b961d7cb877754e793cef185a 2,775 1.00/1.00 vMB 126
580,437 580,437 0000000000000000000bd68725f1ec180cc40f6ab3292ae468af6fb0c02f5de4 2,487 1.00/1.00 vMB 9
580,436 580,436 000000000000000000133b7dda4acd048b9f1cec6c0cf7ead6b5040768d8418a 2,980 1.00/1.00 vMB 20
580,435 580,435 0000000000000000001278a08dee8516ed469c690125e388332c9aaf36cc5550 2,586 1.00/1.00 vMB 79
580,434 580,434 000000000000000000139aa975c321a55e01fed89d3ef1e8e0bedfc8cc74d143 2,576 1.00/1.00 vMB 49
580,433 580,433 00000000000000000020f3db7da8b3932f3e1e6f2950ad575e14a269aa1eb8f4 2,069 1.00/1.00 vMB 87
580,432 580,432 000000000000000000216baa4858bf582eb12747d6e7e9d7b5539b83652df03f 2,890 1.00/1.00 vMB 109
580,431 580,431 000000000000000000013484339b8ae1933e3670b2a1d2fcd41a2fd29fef0950 3,048 1.00/1.00 vMB 81
580,430 580,430 000000000000000000019fd9caebad1585d3d9b56df2cb0ab3f861f2f74f4a3d 2,846 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.25 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 655.52 GB
    • Received: 14.32 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.