Loading Tool

Explorer IconExplorer

Memory Pool

42,205 transactions
26.62 vMB
0.06307717 BTC
Random Selection Loading Transactions
Max Size: 139.11/200 MB

Candidate Block

Mining Attempt 473ba84358dab12bec9694f62274b9611bd05b68cf2027b4a7b5d83294389045
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root b38f812253e5f85993c2b1551b8fd79e91dd0f8b3bff0b796ace16a7acb0af67
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,624
Size: 1.00 vMB
Total Fees: 0.01410136 BTC
Feerates: 47.58 > 1.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (439,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,618 475,618 00000000000000000152e29f97d22a8a2c019c23d0a43a71a5938ca4108954d8 2,031 1.00/1.00 vMB 241
475,617 475,617 000000000000000000a3a73f673a2a64315ebd19e66b38704cd6d2573f906c86 667 0.38/1.00 vMB 79
475,616 475,616 0000000000000000008b1f75bcec161165de5e0b3cb4ec34cb20c98ce8c69730 2,337 1.00/1.00 vMB 208
475,615 475,615 00000000000000000032fd9cbd0513819989cfb26ecef4dc62a1a977f89bb313 1,391 0.72/1.00 vMB 177
475,614 475,614 0000000000000000017b96e9ec8b08f0ee5a66a137326714badb86310535013d 629 0.99/1.00 vMB 36
475,613 475,613 0000000000000000016ed68f9ee1077113b51f0e6d834cbd4f9289b65f6fc7cb 226 1.00/1.00 vMB 5
475,612 475,612 0000000000000000016f642f036db62c3b5c9019a18a3a58974fbd519e42a436 1,496 0.98/1.00 vMB 48
475,611 475,611 00000000000000000041fa09749dafa1c33eff0d1387f9b2a28b26c78afc9101 1,894 1.00/1.00 vMB 67
475,610 475,610 00000000000000000062671b76d48842aec6c7e983d1cc9a417c2a4c05774c5f 2,160 1.00/1.00 vMB 167
475,609 475,609 000000000000000001389cba4a6c4e0a808c4b78cd217c9bbdd62d750e9eecdb 2,358 0.99/1.00 vMB 284
475,608 475,608 000000000000000000a9350a8d568b8828ccc1fed09cab1afe1d950ff3bc7b03 1 0.00/1.00 vMB 0
475,607 475,607 0000000000000000012d8494e26a45f139a51df0714b4052ad7f8482dc414db5 1,213 0.99/1.00 vMB 93
475,606 475,606 000000000000000000b8e6caf220780d069055e8527403343cffeb990eca1829 1,135 0.75/1.00 vMB 105
475,605 475,605 0000000000000000015afc79762d2c2e628a2a6c06d0968196fda4a0af129603 1,041 1.00/1.00 vMB 125
475,604 475,604 0000000000000000001bd32dddbb5510c20406ec467909322bb7c7a999f9e8a2 1,807 1.00/1.00 vMB 149
475,603 475,603 000000000000000000f2968f3cebf9caa555c0d139a0a88430285333fc1eef51 201 0.08/1.00 vMB 150
475,602 475,602 0000000000000000006a12b63311564cf2564479fdd28f01f629e2330149888c 149 0.13/1.00 vMB 123
475,601 475,601 000000000000000001514763fd7f968f815b12fa8d93fa181e7e545f93757894 1,768 1.00/1.00 vMB 133
475,600 475,600 00000000000000000119a984f59f35e3cf3d261a604cff48b38f08cc51a0b64c 1,135 1.00/1.00 vMB 71
475,599 475,599 00000000000000000079ba9d0ac704e260ea323c0f61d654b2b3b367f48d69b8 2,216 1.00/1.00 vMB 155
475,598 475,598 000000000000000000c8d8d0eda308b6bf9f367d7998fab00bb44ef7cbbcad21 1,031 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.