Loading Tool

Explorer IconExplorer

Memory Pool

73,944 transactions
27.36 vMB
0.06720520 BTC
Random Selection Loading Transactions
Max Size: 167.06/200 MB

Candidate Block

Mining Attempt 1210350a54241be9dd077540189d6f7fe27b91c46a8a007b44cc6b60752a3ad5
Version 20000000
Previous Block 000000000000000000009418be377a7dbe0bede82ec33cb930177efc69aaeff9
Merkle Root 8aed428785e5f80ab7a3c0edf05e38f07a18b7b2acb9fa3e5ac1e84beeaf0f17
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,242
Size: 1.00 vMB
Total Fees: 0.00898488 BTC
Feerates: 100.00 > 0.90 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,252 (795,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,072 120,072 0000000000004f73aa8e5cd78c5781d311c13b1edb48a0fa3b3fd3bfcd294c4c 10 0.00/1.00 vMB 0
120,071 120,071 0000000000001d0c22f19a31bdbbf2a50fa0ca60492aabd0ce0804d569da60dc 9 0.00/1.00 vMB 353
120,070 120,070 000000000000226b8cb3a54fd8ca8f01b98542f37d12a2380cd7e14ce722e89d 6 0.00/1.00 vMB 887
120,069 120,069 0000000000005772c15542c949b31f45486041174974b97e8d02797539e3dde6 7 0.00/1.00 vMB 0
120,068 120,068 0000000000009f5ac3827a4fa588adf106c32171161ce39943eaa5aff731b849 9 0.00/1.00 vMB 1,247
120,067 120,067 000000000000b1c654962fd16b0bff60c3b059de7de39dfb2d8f4a13e916cf3a 12 0.00/1.00 vMB 334
120,066 120,066 0000000000004ff43b0bc2c4c1442dfaf7430783363717d81c4344d1544c8099 8 0.00/1.00 vMB 0
120,065 120,065 0000000000006a4d6fc4465e3693e288fc54326f1b30c07ebd83789a340867e5 10 0.00/1.00 vMB 336
120,064 120,064 0000000000002125706ab0b4b3362831088e5b9c83f1a1e8029977ba1cebc727 10 0.01/1.00 vMB 492
120,063 120,063 00000000000092140fd89969c73e04cd911153af2fc266ee29d648c149cbf678 5 0.00/1.00 vMB 0
120,062 120,062 000000000000523b75dbe2b4d9b4d92dccc5b6f58c4a871604ed5a70b313da86 27 0.01/1.00 vMB 696
120,061 120,061 0000000000007904218f843ca0a26d30d5cebb8adc70c9ad0925d1f576344ef5 4 0.00/1.00 vMB 0
120,060 120,060 0000000000000df840c71e8f33fbda03cb30f762416daa69f1437f35cab5d298 7 0.00/1.00 vMB 553
120,059 120,059 0000000000008287c98cfb6620c1c6a87b44ee0f1f00902f0d288a030be41ea8 36 0.01/1.00 vMB 275
120,058 120,058 000000000000606212026563ef2504227860760dfa1f9a1e9f05d7c3a39ab78d 9 0.00/1.00 vMB 0
120,057 120,057 0000000000001bbe53c5cde3e2693392f50449233294fcfe7d642fa5f07a39a4 9 0.00/1.00 vMB 353
120,056 120,056 00000000000098fd47d85d5bd74045d05839c29b8a84950fc38437ce926dc3b4 14 0.00/1.00 vMB 621
120,055 120,055 000000000000151ba42b62cbfb124ace55007277b4a0b365146e1ff213ba56d7 9 0.00/1.00 vMB 293
120,054 120,054 0000000000009cc03e9b033928de6b61a43035084448d0f2b0966bb83f761908 27 0.01/1.00 vMB 506
120,053 120,053 0000000000007a66b7c251f1f04184297e7055136f9daf9e1f1bc2f37bfd3420 13 0.00/1.00 vMB 582
120,052 120,052 000000000000b432a2eb9292125f0345d81056b1b373841d8898b98479ea5bf1 7 0.00/1.00 vMB 333
Previous 10 blocks ↓
Total Size: 782.83 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: 711.68 GB
    • Received: 17.11 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.