Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,971 transactions (1.14 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 911,360 (493,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
417,761 417,761 00000000000000000152372d9b3b540dd17f1746b045086b66e42d578eef7873 1.00 MB 2,330 69
417,760 417,760 000000000000000004e84dcc1c5352945910a90455aa69022d4f24e7b20a9972 1.00 MB 2,313 112
417,759 417,759 000000000000000004c7b1ed8350dd3085dc117e3edfe1181f212ceb757d1a12 1.00 MB 2,442 72
417,758 417,758 00000000000000000288e0498789915a54319bd21bab0805ed0271329483d4c6 1.00 MB 1,664 53
417,757 417,757 00000000000000000424aafe2357894084e69013866af83648a8a87de94f3334 1.00 MB 2,600 61
417,756 417,756 000000000000000003137cfc1d51df599c3bbc453969886b11b8b4301d1b4ed3 1.00 MB 2,835 171
417,755 417,755 000000000000000004ca7a24fe9213fb28e3e41188e6e742d1daad30c12c4d3c 0.99 MB 2,113 68
417,754 417,754 0000000000000000022390b824b35df53841e22618217f3b6003947aa56fd0ee 1.00 MB 2,279 45
417,753 417,753 000000000000000000396322471ebc095b3b98ab59c2016e12dd5a302e1c7b9e 1.00 MB 2,581 114
417,752 417,752 00000000000000000082d427c75adf13a8657eea943adeeffd4e2ca21808e708 1.00 MB 2,333 64
417,751 417,751 0000000000000000016cdddf18aa3868fc50cb284fa566c794c16df6b735a77b 1.00 MB 2,256 84
417,750 417,750 0000000000000000050719dab98b16e57c3e96d2d5015a8173e3a712dbcfb05a 1.00 MB 2,557 77
417,749 417,749 000000000000000002d0b563e140230ec01d97d3cc86b5d52c4e0acc8ba7d05d 1.00 MB 2,502 56
417,748 417,748 00000000000000000067e453ac771449aad8506b03e304d5a88bd49f653f2c1f 1.00 MB 2,719 84
417,747 417,747 000000000000000002cc2b08d897ca92597f1b1271a75a968b25440f97cf2546 1.00 MB 2,682 73
417,746 417,746 00000000000000000396ea660635e6354a8357c28cf595485edb62dd23059b02 1.00 MB 2,878 116
417,745 417,745 000000000000000004709476414e22c617c63b6506e0546f0db972ee9f52d029 1.00 MB 1,922 67
417,744 417,744 0000000000000000003c0d726a54042f574b54338d5728a752af3bf7d4856867 1.00 MB 1,585 38
417,743 417,743 0000000000000000046ab9b026baa5c32c3117853b986c61f445d89bd40825c2 0.57 MB 1,057 51
417,742 417,742 000000000000000001b330b42a3f37ddc46c03e53c8d4fc55c2403163944ba18 1.00 MB 2,534 78
417,741 417,741 000000000000000000a32cd406e579e1baa73bc0d6275c25b4e4a79378fac5c3 1.00 MB 1,880 30
Previous 10 blocks ↓
Total Size: 775.91 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,401.50 GB sent, 128.38 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.