Loading Tool

Explorer IconExplorer

Memory Pool

47,364 transactions
30.13 vMB
0.09334224 BTC
Random Selection Loading Transactions
Max Size: 160.42/200 MB

Candidate Block

Mining Attempt c1b190b382295c226f2e3a84f6225ef9397f4bb1435b55f836c619f33c7f2c24
Version 20000000
Previous Block 00000000000000000001a1ef6bdbedf5a06ca469ab80656fbd71e0aa11d472c0
Merkle Root 9f91f8d6c564399b5665526db4bf402f4b70863c0764e232332dbbd2a3046a41
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,784
Size: 1.00 vMB
Total Fees: 0.03354338 BTC
Feerates: 150.97 > 3.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,852 (122,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,263 792,263 00000000000000000003f09fb0e79b2e07941b7aef0c1552947d888752f8a470 3,171 1.00/1.00 vMB 62
792,262 792,262 00000000000000000001304f1ee2b67ecbf897d246a9cf1b9dc2df08b0ec06ee 3,959 1.00/1.00 vMB 60
792,261 792,261 000000000000000000020f3db9ef229bb0581e13403980886e6ad5113cf1f53c 3,129 1.00/1.00 vMB 67
792,260 792,260 0000000000000000000547340cb297c6e03164ce36d6ba03412653ebc55150a3 2,489 1.00/1.00 vMB 73
792,259 792,259 00000000000000000003e648e5538b201c075402c8c57831713ac7951449b344 3,613 1.00/1.00 vMB 66
792,258 792,258 00000000000000000004d5387e930f37e2c56aaaa2ff1e67722d41593e4ccc05 3,119 1.00/1.00 vMB 28
792,257 792,257 00000000000000000000b1125034f2f46d54070baaa7e2514aa078d367735c96 3,319 1.00/1.00 vMB 46
792,256 792,256 0000000000000000000581c4def40a6523847d7e1791250ed0004892af2d609e 3,806 1.00/1.00 vMB 65
792,255 792,255 00000000000000000000cc874f2cc8bbb1ddfb63ab336c5fa54a70871e56c986 3,014 1.00/1.00 vMB 39
792,254 792,254 0000000000000000000520b397a513a58a1f7225800d1914c4ec4b5ba0269d68 3,194 1.00/1.00 vMB 37
792,253 792,253 0000000000000000000388ca5d10a0bab969cceda90a5277c8efd810b37711cc 3,694 1.00/1.00 vMB 38
792,252 792,252 000000000000000000025324741eb033e55d1d8df432e655439bce864d4c2836 3,734 1.00/1.00 vMB 37
792,251 792,251 000000000000000000047010a960ce315135e25e0b1bdd8b96cbab30d76a54b5 2,611 1.00/1.00 vMB 27
792,250 792,250 000000000000000000052c514d8ca3ecf08a1bfce363fd8b7d0a520987d6c11a 3,883 1.00/1.00 vMB 51
792,249 792,249 0000000000000000000243a561654dd6a913ffcad4d4dcc44094dc9157aab8c5 3,186 1.00/1.00 vMB 38
792,248 792,248 000000000000000000003a3e1ed4bced6c52acb1a684d00607b00944e79ce3aa 1,338 1.00/1.00 vMB 22
792,247 792,247 00000000000000000005ae35b3b1e79c4290561c8863bdca08c227aad8aeba7c 4,126 1.00/1.00 vMB 30
792,246 792,246 00000000000000000001d019140106b6fbf9acfad6ead448bc2f3aec1b471176 4,015 1.00/1.00 vMB 56
792,245 792,245 00000000000000000003827116696dfb957b677fd4b75ba7103d4caf1df912e9 3,299 1.00/1.00 vMB 25
792,244 792,244 000000000000000000009031bdaf7abf0b96fa2268659d49d0ff24c3da8d8bda 3,692 1.00/1.00 vMB 48
792,243 792,243 00000000000000000001acc660b5a439da976241aa89061dddc811bc37ef6e9b 1,612 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.13 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: 652.39 GB
    • Received: 13.76 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.