Loading Tool

Explorer IconExplorer

Memory Pool

74,473 transactions
27.47 vMB
0.07009866 BTC
Random Selection Loading Transactions
Max Size: 167.78/200 MB

Candidate Block

Mining Attempt 0b1734ce619161c6dee76d02f503da1a3c786e394fb6c1db91088f164fc70314
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root f8114a99316355539296c8942d32766ab6c199c39b12b761f261bf08c4c346d9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,966
Size: 1.00 vMB
Total Fees: 0.01164105 BTC
Feerates: 100.53 > 1.17 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (374,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
540,650 540,650 00000000000000000024d457226e0a530c933d0b7f00c668389d42b4be678d20 1,693 0.93/1.00 vMB 2
540,649 540,649 00000000000000000023fbfb8aa9a6e4a47c852656c91d11d2500ed5f5ec981e 2,770 1.00/1.00 vMB 27
540,648 540,648 00000000000000000000ed4068c9eae121aef62c8292c5c1504c51b4aaa541fb 2,436 1.00/1.00 vMB 11
540,647 540,647 00000000000000000005c1c499bc272d9e2ec13e04f7023ae5d368e19c9cb2e1 2,137 1.00/1.00 vMB 5
540,646 540,646 0000000000000000000da07f583b4f642d58df4b26306b426bc7c74815a99665 2,823 1.00/1.00 vMB 49
540,645 540,645 00000000000000000013851a7611105e5b8eecda51d1018efd9fba89a987f5b4 969 0.82/1.00 vMB 6
540,644 540,644 00000000000000000023a218374e73abc0fbc1c00110393a5fee9e3f7b1a1219 943 0.55/1.00 vMB 40
540,643 540,643 00000000000000000004a2b188b9f5f7d4a4f1bffd34ff4dc596ace2070ecf23 41 0.01/1.00 vMB 15
540,642 540,642 00000000000000000016bbc2dd0f2d60dd9eeed360ce2714618c6a0d54b1c9df 1,622 0.73/1.00 vMB 11
540,641 540,641 00000000000000000013d95c349d69ab438c4df3044cfc4cadcad8c36a41793d 2,116 1.00/1.00 vMB 25
540,640 540,640 0000000000000000000ee3ae06ab4d5f1ff364c7e2eaec5f8a8e51db27eb03ee 1,237 0.45/1.00 vMB 19
540,639 540,639 000000000000000000058f3a8b25ea832d342881969e968a9b0da092124faa91 1,367 0.53/1.00 vMB 25
540,638 540,638 000000000000000000012942e0a88e4fd618ea89fbdd6b4e769aae4de4aa5e78 963 0.42/1.00 vMB 32
540,637 540,637 00000000000000000005e8481ba9c2f40c821cc6575562b9255e7900e4b65f70 1,672 0.99/1.00 vMB 21
540,636 540,636 000000000000000000086f70258ad16b5524fd43d287e5e2e01d33cb927f6277 238 0.13/1.00 vMB 9
540,635 540,635 0000000000000000000a82a90d209400838c03fefec3a4d1f3c141b9cbb7d08d 2,148 1.00/1.00 vMB 9
540,634 540,634 0000000000000000001ed6ab17a29d08a037711c25233c8846c479bdecfc250e 2,083 1.00/1.00 vMB 9
540,633 540,633 00000000000000000004f561e1bfd8ac2bb7a6d92f4ca4f843f45db4d55091f5 2,804 1.00/1.00 vMB 36
540,632 540,632 0000000000000000000e502106d2dcf356c621abfca945d48a41f1ca7e577596 1,069 0.47/1.00 vMB 23
540,631 540,631 000000000000000000240b0b20d91e4983888860fb3fc10c3b669a90f78e5a80 1,979 0.95/1.00 vMB 27
540,630 540,630 0000000000000000002282dd59f937dc3def1fbf3317fae01ffa7628108ef6f7 537 0.26/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.83 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: 711.65 GB
    • Received: 17.10 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.