Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,651 transactions (4.96 vMB)

Priority:

  • 1 sats/vbyte = (24 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 4 sats/vbyte = (3 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,277 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,280 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,276 (888,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,533 20,533 0000000016a0eed4b77f60991661788119657470c5b4cc136cfb8b9500647c65 0.00 MB 1 0
20,532 20,532 000000001326a9cc45af9bdfbbed1079c3407d156a313fb051612d6184459914 0.00 MB 1 0
20,531 20,531 00000000957ce6b48ecc78be5a9cf19c7a228e6fca8e5a61380e1a56c349052d 0.00 MB 1 0
20,530 20,530 00000000279058de75d4c9692007f590ac05eee3ee5d7a6607bfc105f23762e9 0.00 MB 1 0
20,529 20,529 00000000fa648b2acb0060f6ce0151afbaf42668135dca6c490291b248546d00 0.00 MB 1 0
20,528 20,528 00000000d70f362c9acd983fd9cce9f6082afba9eaa785350db16d8ec730b02f 0.00 MB 1 0
20,527 20,527 00000000a990b307d302cd0c620d4c8e5d83333bccbfd0f0150a6d4abce75533 0.00 MB 1 0
20,526 20,526 000000006b26816e95cd7dfc41c733db5e7b504bd73527c8c063e50e4f08cb25 0.00 MB 1 0
20,525 20,525 00000000fa60242811485cc97495b4ef40c866960a65a90d5d3d75aa76300249 0.00 MB 1 0
20,524 20,524 00000000168236e12c9184d8ea83b3f9b216a8b08d1ccaf80e6dd5a8e05bde34 0.00 MB 1 0
20,523 20,523 000000005c2f58c7976bcb2beca56d63620de90c6cb24062bbf9097abf746f0e 0.00 MB 1 0
20,522 20,522 000000007e8e0c35fa9303051486689f135511bdcf7da29b43e39fbd58dfb020 0.00 MB 1 0
20,521 20,521 00000000fc57327fa02088b68c5cc6080b12cc61c65f23bc907bdb17bc438052 0.00 MB 1 0
20,520 20,520 00000000ccce69946a7c851b2c030ad741cecca29faf48ca29f9a5db72e54df7 0.00 MB 1 0
20,519 20,519 0000000026291aca0bd84baa3ba18a990a7e50f4dd104b596adb97cd7765f39e 0.00 MB 1 0
20,518 20,518 00000000d8be700ae3e0b4ef79a1f99b59b6bf5ae44538e4b544b8dd9818b3d2 0.00 MB 1 0
20,517 20,517 00000000fadc78f54a6f1fd1aabbc15827ad33af52fe89c37e93b682e5393f69 0.00 MB 1 0
20,516 20,516 00000000796dfbc9f6273e53c6dee1443dd645b55ec89e80541b631fb1b0d43a 0.00 MB 1 0
20,515 20,515 000000009ca78f6628644e6f993eb735c366978e4c2cafc1fce1aec02b578996 0.00 MB 1 0
20,514 20,514 000000001fb1bfac55156ffd199c8b73f0cbc7c4527fc6aeb614dec2c05c4373 0.00 MB 1 0
20,513 20,513 00000000ee8f9bd87106837b5b3555cad8cb16797577dff35450e4965581d6c2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,046.36 GB sent, 108.31 GB received

Notes

  • This page updates every 5 seconds.
  • 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.