Loading Tool

Explorer IconExplorer

Memory Pool

40,043 transactions
31.12 vMB
0.07076089 BTC
Random Selection Loading Transactions
Max Size: 155.97/200 MB

Candidate Block

Mining Attempt 04a3019ae2a9f05880dcf276e808d788abb1ce50ab170a0b339bc218ca56522a
Version 20000000
Previous Block 00000000000000000000c5bbf78fad58a0defd07aa48c76ca5263908f5d3b02f
Merkle Root 364d783e673243595bb6e1b404411acc55b78ca97a35ae26f6de1e0895b142a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,782
Size: 1.00 vMB
Total Fees: 0.00732527 BTC
Feerates: 98.93 > 0.73 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,569 (521,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
393,190 393,190 000000000000000005c2723ee06ab1850e1fe8650a3a02681162ab53b62015c4 2,207 0.95/1.00 vMB 49
393,189 393,189 000000000000000005c6521bbef1b5597303056faa09235d3326670bb717a70a 1,231 1.00/1.00 vMB 20
393,188 393,188 000000000000000009654a56ecdb2f5c6e0ad6c77a577180095efa7a36f8f0c3 2,516 0.95/1.00 vMB 51
393,187 393,187 0000000000000000094197cc726caa9cf8468d80412c535d61fcde9ccc0efaf0 2,588 0.93/1.00 vMB 66
393,186 393,186 0000000000000000047dedd21c642a46aba3a853c1a5e93c8c72878068f66940 617 0.92/1.00 vMB 13
393,185 393,185 000000000000000005abf40d8dbeee10f5111e781c9909bf6fa896aae3a76e43 1,753 0.99/1.00 vMB 30
393,184 393,184 000000000000000008f5bab828526e3b1f70c9d328c52f36945e591f8f92e32e 2,568 0.95/1.00 vMB 41
393,183 393,183 0000000000000000054191ff3fd42c3aa68e27504c4c73d22fdf5d0777eb6360 2,351 1.00/1.00 vMB 40
393,182 393,182 00000000000000000849c4e5e9876b62dd98ab7e8760acf0585950e00186d4ea 903 0.52/1.00 vMB 22
393,181 393,181 00000000000000000645e564be3d1b03809b5e390d4d7a98294ff8f78b641614 1,283 0.94/1.00 vMB 21
393,180 393,180 000000000000000007034deae128a481d0583c0f1864f657e28d6ba6e348b6ac 3,129 1.00/1.00 vMB 54
393,179 393,179 0000000000000000072cea080bcf268d0fe4c9eb0c17ee12cf6174da16beb965 2,148 0.86/1.00 vMB 39
393,178 393,178 0000000000000000062420dc71f5d124cc3b5e1cbff1cd0230e85ec1441fabdd 1,741 0.95/1.00 vMB 29
393,177 393,177 0000000000000000038ecf07fb4c1849439631104008c7d448ce695f0b7af080 1,746 0.93/1.00 vMB 29
393,176 393,176 00000000000000000077a957533e03b9ca1f1426517116347198d7383637c982 2,200 0.93/1.00 vMB 44
393,175 393,175 000000000000000008b7f7bc2af8d31fd4c57f0d65a41719303d02cb6f1ee06f 659 0.31/1.00 vMB 34
393,174 393,174 000000000000000008753a80129ce9f07d7e151bd771996135c80c44e15300c4 998 0.46/1.00 vMB 35
393,173 393,173 000000000000000004b14f8d54abb3e66136794b07e6f94d949f13acc2c63c94 783 0.43/1.00 vMB 32
393,172 393,172 0000000000000000061719d03ad0d1a2ecdeb5f02eaf13307c89ac962375a7e0 209 0.16/1.00 vMB 20
393,171 393,171 0000000000000000085882b57517d84e82b1e8b6cc0d05821a4981cc5bef2952 1,364 0.68/1.00 vMB 37
393,170 393,170 000000000000000003526a0e87cf5f0886462975019c5cb50bc87aa618c55f70 1,437 0.70/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 781.62 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: 625.58 GB
    • Received: 11.60 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.