Loading Tool

Explorer IconExplorer

Memory Pool

28,311 transactions
7.08 vMB
0.05713471 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.91/200 MB

Candidate Block

Mining Attempt 89081c2acd0b498a89bf4a97df6bd789ff0ab05c0e6788ec1b5e15759693fd25
Version 20000000
Previous Block 00000000000000000001f19fa8f0fc3eeb1898d537102304d19dd162defe0c3b
Merkle Root 333fc9c207f3826df96f46c1613e3dc0dbfec5cf17fb08d2da82a33e3ea8914e
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,300
Size: 1.00 vMB
Total Fees: 0.03275145 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,205 (769,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,603 143,603 00000000000006c9f6522e95e88c2e12ce5c0f21c34548f29cbf3cac3f49b898 0.05 MB 154 97
143,602 143,602 00000000000005d089ac84a54e3e5a996db25e1ca56ba7b6d45513021a27b326 0.05 MB 72 426
143,601 143,601 000000000000012f7d2eaeba6ff1f75d4c2f3c9097e459a7244d50d9776be815 0.01 MB 34 36
143,600 143,600 000000000000076d6e1c0fef188ae125e9860a5acdb4d8aa03d5a4c58970b3cb 0.00 MB 1 0
143,599 143,599 00000000000004da87b66880ce29a98802608c35df32e78496935be3d281df35 0.00 MB 5 85
143,598 143,598 00000000000001e1a26ba007fd2d12d07907c91e5b61880466db8a2504bffa04 0.00 MB 6 731
143,597 143,597 0000000000000627fad5f819ca4a6fb6e8f1e7e54fffc9501677c75fd6c8f649 0.01 MB 21 33
143,596 143,596 000000000000092cdb4e9e64408033531f50e2e0ad61801828a25b53492d7c7c 0.02 MB 60 113
143,595 143,595 0000000000000610df93ac40914463abeff9868151a0f116208e6e36f21dfffd 0.02 MB 66 188
143,594 143,594 000000000000065b585e3b8d036dd29015a1378d45a38e79c7b5cbed1626e731 0.00 MB 11 61
143,593 143,593 00000000000000ab3cc67ff45914adc6fdb529c378bdf6264a865a34abb9373c 0.04 MB 68 110
143,592 143,592 000000000000028d53834351d1c9a9a855cc28aa9972e325f74f9e5c46be64da 0.00 MB 6 121
143,591 143,591 000000000000055ce32195caf774f7a715ccfb2ecb458a00370247b715ad7ace 0.03 MB 65 91
143,590 143,590 00000000000008f60a672e043b69b2282b9e395d4dd0d312728c542ab892a4e1 0.00 MB 7 727
143,589 143,589 00000000000006bc712370ab066a9b2714bceb1ae9b0e0526e40322d28f92657 0.02 MB 92 59
143,588 143,588 0000000000000932b052be9cf5b34f2a8b1fb742cda34f2cfb7e66a3d9aac508 0.01 MB 8 19
143,587 143,587 00000000000005ec59272680b715c8cc35a7968aa8f9285c7dc5fc3559c61d46 0.03 MB 50 64
143,586 143,586 00000000000001ceb0f086ac501e3a959e7253512e88cef3101c659fddba405d 0.02 MB 49 94
143,585 143,585 000000000000007dd0cbed79f412745af74d324f5eae087a032707703dc9bb77 0.01 MB 18 44
143,584 143,584 00000000000002c4f701978b357bb5d367560152880a2b4b2dd6995d0e66ad8c 0.01 MB 15 278
143,583 143,583 00000000000002c27bd5ab73433af03726dca1dfe8ecae51d093ae3704dbc51a 0.03 MB 102 114
Previous 10 blocks ↓
Total Size: 779.21 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 64
    • Outgoing: 10
  • Data Transfer:
    • Sent: 16.86 GB
    • Received: 0.35 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.