Loading Tool

Explorer IconExplorer

Memory Pool

49,040 transactions
28.32 vMB
0.08150162 BTC
Random Selection Loading Transactions
Max Size: 151.31/200 MB

Candidate Block

Mining Attempt 710214bbf0b9bafd1b8cf3ad7da368fa115aa8b8d5c5ef1d4afed5346cda5041
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root 8b35d85374b1f78616d6f87c1af8d9098cbc478e4d8b8f0432bbaff6485e0aaf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,110
Size: 1.00 vMB
Total Fees: 0.02744609 BTC
Feerates: 500.45 > 2.75 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (177,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
737,481 737,481 0000000000000000000136109746628ddc853fda9e21bf6ef8118b8d2baa90db 929 0.45/1.00 vMB 5
737,480 737,480 00000000000000000005aab5a65d13d362a2e48650b744a02c2b984ae1c239d9 2,178 1.00/1.00 vMB 10
737,479 737,479 00000000000000000005a54adc40b9c3d522a0db72ec364bc7e03215f162475e 2,733 1.00/1.00 vMB 10
737,478 737,478 000000000000000000026d686955b8394804ca69704c96ed1d2f3a90fb62992a 717 1.00/1.00 vMB 2
737,477 737,477 00000000000000000007df316db522cb762ab9525f4cc02367276ed7c3042e5a 2,077 1.00/1.00 vMB 8
737,476 737,476 00000000000000000004e97f47703f11c95a323223c4b690b07f3af489fdb84d 1,816 1.00/1.00 vMB 8
737,475 737,475 000000000000000000027a7e1f36d5813d87353c8a50eea70ba7d7abcf93bd9b 2,327 1.00/1.00 vMB 4
737,474 737,474 0000000000000000000746d3512d8cb2460bf26fb00f4533e6b6896fd2271929 3,201 1.00/1.00 vMB 13
737,473 737,473 000000000000000000007158a18fb5569ff5d5ccacd863ef4e628547e53f4e3d 2,351 1.00/1.00 vMB 12
737,472 737,472 000000000000000000056deb5d3c39fb507937fcea972aceaab02ba82bc5d5d6 2,828 1.00/1.00 vMB 19
737,471 737,471 000000000000000000047fe557d26337fe0d3e92444c8316942657b9f61fcc15 1,964 1.00/1.00 vMB 18
737,470 737,470 000000000000000000088405d64c9ed7a43844f21e9b42ae2eedab3897fc1f1c 2,293 1.00/1.00 vMB 5
737,469 737,469 000000000000000000016b763316be1952d4e772ccd6aaba6ba2ddf32e09f955 3,219 1.00/1.00 vMB 19
737,468 737,468 00000000000000000001367e555092acf6ea670613ab6f29508ad72dade1c159 2,536 1.00/1.00 vMB 19
737,467 737,467 00000000000000000002b239b312bec767d2dd62ff278eee02aaaef6da907d62 3,013 1.00/1.00 vMB 17
737,466 737,466 00000000000000000006d79f97d0b40f8d290fae1a89bc687d6e70e51a5e252c 1,941 1.00/1.00 vMB 8
737,465 737,465 000000000000000000055b2ac5caccf35ecf4e44727b5ac4e6a1b53d5778f83d 2,094 1.00/1.00 vMB 9
737,464 737,464 00000000000000000003570fb5ae97dfd6e322f34f84ab745147b67b29de5974 1,859 1.00/1.00 vMB 16
737,463 737,463 000000000000000000076d0410740b661bdd6b72de4586a1d0e50c9720d978e3 3,303 1.00/1.00 vMB 22
737,462 737,462 0000000000000000000208bb210d2dfca7e6c6cc704a74cdf9a86612fcd9b7b4 1,215 1.00/1.00 vMB 19
737,461 737,461 000000000000000000020b215a57404249bb34f3581d17d16c66315d35e0d56f 2,036 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.02 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: 649.70 GB
    • Received: 13.21 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.