Loading Tool

Explorer IconExplorer

Memory Pool

40,982 transactions
27.96 vMB
0.06471892 BTC
Random Selection Loading Transactions
Max Size: 143.57/200 MB

Candidate Block

Mining Attempt 60fdeec00b2c924a430db5398d9f85d20d87c54e283c0b879b63768ceae6f74c
Version 20000000
Previous Block 000000000000000000001575d499d27a6e9805527fd037e437eb755b38e6f4e7
Merkle Root d14549d5f3fbd6486a669a7c1ce38cc3bbde440034c7626e910df5bdb50d6fe0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,625
Size: 1.00 vMB
Total Fees: 0.01090124 BTC
Feerates: 100.56 > 1.09 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,640 (523,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
390,811 390,811 000000000000000001f760485e7fc32db711201bcff19e89054b4410c20dc60a 2,238 1.00/1.00 vMB 32
390,810 390,810 000000000000000004cd49f59a28f23bf459070f119107563b0ddd6222961ef4 2,741 0.75/1.00 vMB 75
390,809 390,809 000000000000000006114650fa5e9f67a0e80c0320c966cca26263ad17716eec 2,739 0.95/1.00 vMB 51
390,808 390,808 000000000000000003bf6d212edc407fc6e9c3d44824e4e19da5bf70cafa1167 395 0.25/1.00 vMB 28
390,807 390,807 000000000000000002806da19c8027424553eb6ecf826988a2c0b5184cc78f0e 1,530 0.79/1.00 vMB 42
390,806 390,806 000000000000000000495323af93cf7aa8bdb7f0d85c3eb1c4befa42f837946d 1 0.00/1.00 vMB 0
390,805 390,805 00000000000000000384f76fb23edc6af26f08d5d613ab3b9f13a92f5a637141 2,495 1.00/1.00 vMB 47
390,804 390,804 0000000000000000015ef0f4f0be5cd4ee4325f1863759e7072a506923570cc1 2 0.00/1.00 vMB 0
390,803 390,803 0000000000000000024f0b4d4e4524ea8acbd134aab8e5526a6036a513c7894f 621 0.28/1.00 vMB 39
390,802 390,802 000000000000000000d057dfb25a3b62bb43eb7db540fc743ac413f65e5cc0f7 1,241 0.93/1.00 vMB 17
390,801 390,801 000000000000000004fc1e35b99fdf4b4c020afeedda9ca8cf3cae6e7d634101 1,165 0.93/1.00 vMB 26
390,800 390,800 0000000000000000058a7bf63d5a6311df3a2cf7fb722a56f020445564c58606 1,798 0.99/1.00 vMB 35
390,799 390,799 00000000000000000bb2342d67aff190c2b6eb308c696f63eb06eaa0eea3ae35 1,970 0.98/1.00 vMB 39
390,798 390,798 0000000000000000065a23a16adf46bf9b8b1939b187e1aac65a216a1704dea0 1,794 0.93/1.00 vMB 28
390,797 390,797 000000000000000008228fd59dd2311de644afbabc5157dcd59918f1309a0df0 2,427 0.95/1.00 vMB 66
390,796 390,796 00000000000000000526a7c28a8d9e3a4f94e35b0e78f95fb706371fa9073da6 1,823 1.00/1.00 vMB 33
390,795 390,795 00000000000000000b80f14b96c844a20085309ecd25182e8494d08049fc7a4d 1,976 0.95/1.00 vMB 27
390,794 390,794 0000000000000000001a7cb27cb945d6179183c5ac052a008698f93dd0f8131e 2,373 0.99/1.00 vMB 35
390,793 390,793 00000000000000000a941500b3b29299a92d35c9531e0d206bf8e2e93048f893 3,285 0.95/1.00 vMB 64
390,792 390,792 0000000000000000024d0f72319fd6ebe55c0ef88df201657b2d9eaaeb0ac5a3 2,176 1.00/1.00 vMB 35
390,791 390,791 000000000000000009f7f30c9fa9d94baa2829858110ad72fc2d7b667c47c14c 1,027 0.87/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.75 GB

Node Details:

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