Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

12,851 transactions (3.69 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,624 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,071 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,623 (12 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,611 910,611 0000000000000000000119c1db101b7cd4806c0461aa8c140714585e522d0d52 1.58 MB 3,543 1
910,610 910,610 00000000000000000001e12520cb68d6058f4e828affdf7388a521fb0eb60bbb 1.74 MB 4,066 0
910,609 910,609 00000000000000000001f96e0433bdec3b9ebcd761296a95204015f63f417d0c 1.55 MB 3,093 2
910,608 910,608 000000000000000000005969d9182ec65fa61374a9f4e0a3536f0cfdb96b5518 1.72 MB 4,369 0
910,607 910,607 00000000000000000001e95ef90245fdd3191ff2c20d3131b504afd04f9b0081 1.57 MB 3,476 2
910,606 910,606 000000000000000000020f2a78dcadf5b3fe2035ed7ad1ca2d861ef678403692 1.85 MB 4,496 0
910,605 910,605 00000000000000000001aedc1cbb0a6442b8fb2a8ce99af3cd9eb2d8212b7eca 1.86 MB 3,463 1
910,604 910,604 0000000000000000000127d1cccebb62bbc2b2a66c7983bb5aec3f454fa4a3b1 1.73 MB 4,612 1
910,603 910,603 0000000000000000000015c26ff2cf14b0a6bb25d4b0737d720348947e287d6b 1.63 MB 4,154 2
910,602 910,602 000000000000000000008bfe5d30686e1de16538ceaf5226b1b16650d7d09bf8 1.75 MB 3,071 1
910,601 910,601 00000000000000000001fe0af318ac7d5ee949f6015e890262902d50ea210c02 1.69 MB 3,741 2
910,600 910,600 00000000000000000000311d7f84cbc9dfa26cb507ab7a50bff1372ae0e83a52 2.43 MB 2,176 0
910,599 910,599 000000000000000000009b9da648db28cf69292b8e06535215c235948226be04 2.15 MB 3,512 1
910,598 910,598 000000000000000000020d84e934c91249c624f4a19b2c3d4eefb0ce2f4e14cc 2.05 MB 3,856 1
910,597 910,597 00000000000000000001c5b72534ca632e06ef85afa5e697227195e05010ca24 1.86 MB 4,046 1
910,596 910,596 00000000000000000000b0d342bf8a25ea3ba060c57e09cc8f5040efec888140 0.18 MB 382 2
910,595 910,595 00000000000000000000e2d3c34dc87d58955e5b882d01604d0f63d5e84a2836 2.03 MB 3,447 1
910,594 910,594 0000000000000000000039de2375c847cbf56603109b64240fdc198b54ce2273 0.30 MB 754 3
910,593 910,593 0000000000000000000206e899c6c0c8e087a7f86e99cd8898da24be4be193f4 2.04 MB 2,612 1
910,592 910,592 0000000000000000000095880656d9dd5bb212747c0f4cf2dc61b012a971b649 0.08 MB 237 2
910,591 910,591 00000000000000000000d311d48273671ff6fb40b87f9f70f9c5973082464b8e 0.29 MB 642 2
Previous 10 blocks ↓
Total Size: 774.53 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,259.40 GB sent, 121.21 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.