Loading Tool

Explorer IconExplorer

Memory Pool

78,189 transactions
29.70 vMB
0.07437834 BTC
Random Selection Loading Transactions
Max Size: 181.27/200 MB

Candidate Block

Mining Attempt dbd9d9e87a7f3a1b999243a42f00e703743c8e11e45c315d9fa1a1126c42ee39
Version 20000000
Previous Block 00000000000000000000d7c32edb112c6056dcc1521f24e801594872b22d15cb
Merkle Root c82fdaa46e916890fa3445515e6bbdc2e33d186e8b9f30c26684d018e88ea44d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,983
Size: 1.00 vMB
Total Fees: 0.00873886 BTC
Feerates: 100.46 > 0.88 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,394 (13,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
901,862 901,862 00000000000000000001cf9ff577a4561421d8939bb00dda728f2ca0b38231fb 3,179 1.00/1.00 vMB 4
901,861 901,861 00000000000000000000670151b2cd39848ebedc757baf3a84d93bf38010341d 3,443 1.00/1.00 vMB 7
901,860 901,860 000000000000000000016a39dc2257af6d5cb023d06e2e57317fa25b964d41b7 3,290 1.00/1.00 vMB 6
901,859 901,859 000000000000000000002d39ccc5e6150b4f8d70c3995b9be2330dd38eaacbb9 1,196 1.00/1.00 vMB 2
901,858 901,858 00000000000000000002051c1716c6c4ec304405fec539fbba32f5d06f1802d3 2,850 1.00/1.00 vMB 3
901,857 901,857 00000000000000000000cf6eca8b3147b90c2e4f63c7a0a4dd6c177b538fff6e 3,251 1.00/1.00 vMB 4
901,856 901,856 0000000000000000000131d8bc135e62ae153612b6d6e6691c199103e7d4fd07 2,346 1.00/1.00 vMB 9
901,855 901,855 00000000000000000001c5fdcfebac2a7bdc4ed23ee17dde583c403cf6c137c5 1,465 0.50/1.00 vMB 2
901,854 901,854 000000000000000000019225146aeb2f4d171f2acda5d0458f76c9dd446461c7 2,322 1.00/1.00 vMB 3
901,853 901,853 000000000000000000010dad59fa3fcaa4a224914fdaf735536d2a46dff68390 1,317 1.00/1.00 vMB 1
901,852 901,852 00000000000000000001593db5f518e4251de0300459d0ba610f9737cfa97740 2,238 1.00/1.00 vMB 3
901,851 901,851 00000000000000000001b64936338a0b07d60753bfa276291e75a12eec920ecb 1,545 0.48/1.00 vMB 1
901,850 901,850 00000000000000000001067d6d93dc36394d7e3cbe05139eb194a1d908217b81 2,452 1.00/1.00 vMB 3
901,849 901,849 000000000000000000009020ca862ee570800130b4349b12feffd123cf1c45e8 2,775 1.00/1.00 vMB 2
901,848 901,848 00000000000000000001e3af8283b4b9bdb2ed8f8c96d69b28a73e760271795d 1,895 1.00/1.00 vMB 3
901,847 901,847 00000000000000000001e71276fb9fb0d5e87240b3a9582cf0c49f397aaa53ca 1,775 0.80/1.00 vMB 3
901,846 901,846 000000000000000000019fda9794e3ead682f1b6a1cc68c3bd0d95a35f4db0b8 185 0.05/1.00 vMB 2
901,845 901,845 00000000000000000001d42b797ef8ce5141a2ebb910c8618490fe30db694ee7 1,666 0.66/1.00 vMB 3
901,844 901,844 00000000000000000001f7ff01e0644b190926f1b662c1cfe7490fa3de81a59a 1,642 0.98/1.00 vMB 1
901,843 901,843 00000000000000000001779c7ae6ad30ceeeae40471511f05abf74364657cd8f 2,483 1.00/1.00 vMB 6
901,842 901,842 000000000000000000008012fd3e59d73e894bcaef9b6a7a56587268ac0cf428 1,136 0.38/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.07 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: 720.92 GB
    • Received: 18.31 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.