Loading Tool

Explorer IconExplorer

Memory Pool

82,800 transactions
30.57 vMB
0.13924960 BTC
Random Selection Loading Transactions
Max Size: 184.06/200 MB

Candidate Block

Mining Attempt 4069de162f57c662ee1fd6703bc1355c4a88d9db3271806479038a492dcc38a0
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root 789ef935fec6f1d43910d167580cde0fe225849e16cbb98b052bbe6ab4e30164
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,169
Size: 1.00 vMB
Total Fees: 0.07562305 BTC
Feerates: 150.77 > 7.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (793,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,525 121,525 00000000000067633643dbaf3702b6ad48d5c19b8db46ba6ec7c5834fbdb131f 1 0.00/1.00 vMB 0
121,524 121,524 000000000000179bff3ef7dc2f1aa891369780456bc28cc073ec6d3c23a2cd04 11 0.00/1.00 vMB 0
121,523 121,523 000000000000427dcdd22929e70497a6210266676639ed26e9e45ede2259fb6b 13 0.01/1.00 vMB 192
121,522 121,522 000000000000098a54f3d5db3ee52197ca146170cb10b049f11c5d19dd8096c1 11 0.01/1.00 vMB 297
121,521 121,521 000000000000393719db7ffbd61c03778c457f7e411130749433259d4563f519 7 0.00/1.00 vMB 1,201
121,520 121,520 0000000000002927a2a78b97f076d1453475b06fb02283a77bbe717ce907c428 29 0.01/1.00 vMB 485
121,519 121,519 00000000000077a0cb9da2e7f7102ed28841d1127cff655a46b12193464a9dde 16 0.02/1.00 vMB 86
121,518 121,518 0000000000002a0372d61c77fabc1de0561f7577a7a5fdaa55cfc3ea0e8a96d7 18 0.03/1.00 vMB 572
121,517 121,517 00000000000032d9b4ee8630e23ebc5dcbd085ca35cca43c90bc31bac886ad76 9 0.00/1.00 vMB 246
121,516 121,516 0000000000001faf6fc7adb2d08823ee62c4b3e4c02f70cb3f9b03af7e50f13a 5 0.00/1.00 vMB 2,183
121,515 121,515 0000000000008bb111aab363f8721579601da3eb92e6ddf7c5347fd6d94b146f 6 0.00/1.00 vMB 315
121,514 121,514 0000000000003b6ca3b1a0dab6141b20dac7bc2649825e1202a15fa8cb45acf0 34 0.01/1.00 vMB 430
121,513 121,513 0000000000008d7e79d94c19d951e86affaba954d7097834bd302b14ee8a1b2d 5 0.00/1.00 vMB 0
121,512 121,512 0000000000002790ca4bef8272f0a2522e50cebda9cf714d25901f4cbf9b513a 13 0.01/1.00 vMB 1,115
121,511 121,511 0000000000003fde43ad48eab33db28b9f5400a7b23b803d7706e6b986ae1d09 4 0.00/1.00 vMB 0
121,510 121,510 000000000000868e0bc5619dc42a9670d49760db8fb0765efc2992b38e488350 37 0.01/1.00 vMB 2,099
121,509 121,509 00000000000011edbfb577a09fc735b12a9c857296069bc73cdc2cdba13f243b 7 0.00/1.00 vMB 1,251
121,508 121,508 0000000000005511ff2872df5060e7abbb9f3d98a66199c8598f8cc83c7e799e 8 0.00/1.00 vMB 938
121,507 121,507 00000000000028de60524fb6ea105e150d7c0881a8e4629251a245ffb263de4e 8 0.00/1.00 vMB 0
121,506 121,506 00000000000018e93959fe5c3334abe61eecc8be19a24f7d139d099a3dea2e52 10 0.00/1.00 vMB 430
121,505 121,505 00000000000071d3742b4aec675fa7d460278ae996620ceea5caa508a4d73859 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.33 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: 660.43 GB
    • Received: 14.74 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.