Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,135 transactions (1.45 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,773 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,928 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,772 (129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,643 911,643 00000000000000000001a5ca5731f6938ffacef1fbeaa3fe08a6ba5484939740 1.66 MB 3,704 2
911,642 911,642 000000000000000000002e1ff2b8794a19c0c370bf775465327d177cbea23653 1.81 MB 2,967 2
911,641 911,641 00000000000000000001a9a1b5f8252f90a948f5d3914e814b717eba2ed879b0 1.52 MB 2,028 1
911,640 911,640 00000000000000000001ca94572a8ce9fb8358e81cc548e5a64866d2daa8b719 1.65 MB 2,539 1
911,639 911,639 00000000000000000000887de700fc012497d903ee30d0614683d70dcbc72569 1.67 MB 4,167 2
911,638 911,638 0000000000000000000042eb995658250686ad21277ca64e2fdbbc87aaae0515 1.67 MB 3,092 4
911,637 911,637 00000000000000000001c7cc72f68c13e57702dc6506d781fa1078d2a8417a35 1.91 MB 2,606 5
911,636 911,636 00000000000000000000d924616bea89757f736e65649e097103a5dfe6448b2d 1.74 MB 4,157 0
911,635 911,635 000000000000000000013f4b6daae1621aaef822b1251a984f7823054fb444a9 1.74 MB 4,090 0
911,634 911,634 00000000000000000001e9f597d8f9aa9a7dac0cd3195e8e1b75d084d69b5466 1.65 MB 3,068 1
911,633 911,633 00000000000000000000ad1b207b82d2508151c5a43134bea373f9756fd09316 1.64 MB 3,733 3
911,632 911,632 000000000000000000001666dd6e8c24d80e16a15f5f5f26f3f11aa01401a665 1.67 MB 2,891 1
911,631 911,631 00000000000000000000de2ec2108a675587f75511eb3b5dc5804f270d1ee5d4 1.60 MB 4,062 3
911,630 911,630 00000000000000000002086e34ffd39115ffa9aea18b4ef803ce3d197a22faaa 1.65 MB 3,480 3
911,629 911,629 00000000000000000000bfddee195ad6b8ca21bf39efe3675fd5b5c9f344c18f 1.81 MB 3,111 0
911,628 911,628 000000000000000000005641ddecccd9ca35a563b47c0736500a71297ffe1931 1.69 MB 4,082 1
911,627 911,627 0000000000000000000089a125e3b5070bd285805306948ad4009db4a79ba89c 1.62 MB 3,381 2
911,626 911,626 000000000000000000006d30ac2ed6d96cffc1806a0a44bf6d3ef11110eed421 1.67 MB 3,747 0
911,625 911,625 00000000000000000001571b89f9ea77eecc9097c4953ed842e3e25f5e57cad8 1.62 MB 3,600 2
911,624 911,624 000000000000000000001367e3ff9d76d677be2179250cd223da61bf2cb263f8 1.64 MB 3,485 5
911,623 911,623 00000000000000000000b0b00468b766b37803fb38de71a52e40cbbab6ebd108 1.73 MB 4,670 0
Previous 10 blocks ↓
Total Size: 776.66 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,433.90 GB sent, 131.88 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.