Loading Tool

Explorer IconExplorer

Memory Pool

22,655 transactions
10.43 vMB
0.04176339 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.43/200 MB

Candidate Block

Mining Attempt 89e01b10bbe85d0ea9753285509fbb8e105fa3afc9ea50a909363af1874269af
Version 20000000
Previous Block 00000000000000000002017b3f431ec8e9d130f94b4940b3623533d08b0dea8d
Merkle Root 202249fc4c2c6247fa3d8c8c47ca8c5a2a3b9e831937157f54d2e8dd5e67c60a
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,367
Size: 1.00 vMB
Total Fees: 0.02471454 BTC
Median Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,573 (742,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
170,767 170,767 0000000000000296371ae40031ad5d50e61211a72087bb7df585176d2c15b197 1 0.00/1.00 vMB 0
170,766 170,766 00000000000009a212b74122654eb3435335ef0d9d03ac27ae0faf1a8e39c755 21 0.01/1.00 vMB 241
170,765 170,765 00000000000008f77802252e2f872ef34061d9c7cc47cc3704d8ec4f19bdf6f1 4 0.00/1.00 vMB 1,209
170,764 170,764 000000000000007b68c37389b9c915838b4d027ce029a5b0ae0eef31c01b0b1f 13 0.01/1.00 vMB 28
170,763 170,763 0000000000000a0454eeb936797760fc5538fcd3d1a35eb220816e3b9aaffe62 23 0.01/1.00 vMB 292
170,762 170,762 000000000000035c1beeb6ab3184a31d6882491965c927fd62031a3db8bbb90a 8 0.00/1.00 vMB 33
170,761 170,761 00000000000003aa529df3bdf1d9ca8af5a12a0214b2c41560b4cada042370db 40 0.03/1.00 vMB 65
170,760 170,760 00000000000001a505fc484bdebb2d6a9848e2c7391f038d013af122c6c48d80 158 0.04/1.00 vMB 33
170,759 170,759 0000000000000a338bce87c039806a4f15753669e8e80bc89492753675967bec 7 0.00/1.00 vMB 78
170,758 170,758 000000000000058ce8e6ffd18e822fdd5207676a1433e9139c1554ae14ee5272 4 0.00/1.00 vMB 0
170,757 170,757 00000000000006ae6391f797f26347e9adf4c10cc531f051c1a75a2c3d2f45ad 7 0.00/1.00 vMB 39
170,756 170,756 000000000000089a3baf8ed4aaed47fc1f812c31515be16d4f1bbb578f33c7fa 28 0.01/1.00 vMB 1,081
170,755 170,755 0000000000000276b9dc8e2b0ffbeb5c1e322946bfc598839ff29beef5278341 32 0.04/1.00 vMB 62
170,754 170,754 000000000000005daf0c7296080ce4e81830aa95d7765b220d59deb5882d0864 43 0.02/1.00 vMB 149
170,753 170,753 00000000000008e9b6d45478d5a5d5e72988c7510e983c347cf930431907f983 49 0.02/1.00 vMB 140
170,752 170,752 000000000000090b52f2f5959e2b83999c58f2072d870d5717e431b96048297b 1 0.00/1.00 vMB 0
170,751 170,751 0000000000000aabbde34d74b785846f40abb2f557dfe9f5cef34df9758233a3 15 0.00/1.00 vMB 142
170,750 170,750 000000000000073a59a4441065ebec2da3a6bfa894ee301590f34bb81cb35530 45 0.02/1.00 vMB 104
170,749 170,749 0000000000000135f3d4076e364f57b842baa6e784721b27a36d10aa52cbd08c 1 0.00/1.00 vMB 0
170,748 170,748 00000000000002d9b97d716de4719af95b9e59db51e4bb537fd8d4cd6e0afe96 15 0.02/1.00 vMB 144
170,747 170,747 00000000000004cc9b0cba2a90846874554cf61ae8cd803783274fd2c541dd05 14 0.00/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 779.86 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: 440.35 GB
    • Received: 2.42 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.