Loading Tool

Explorer IconExplorer

Memory Pool

40,023 transactions
27.17 vMB
0.05782698 BTC
Random Selection Loading Transactions
Max Size: 142.11/200 MB

Candidate Block

Mining Attempt a177d22b527c221897d67dc40e4eb18cc42f81566e9087847645568357b0b878
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root d43370be03999e8eb7d9d2995feed6515001ae5a83db1002b4ad3d357f57ecda
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,602
Size: 1.00 vMB
Total Fees: 0.00745868 BTC
Feerates: 69.10 > 0.75 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (481,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,712 433,712 000000000000000000e09a5821ece029eacd68366c289eb5a96ab96cc8f59148 1,591 1.00/1.00 vMB 39
433,711 433,711 000000000000000001cc719ab6b10784405d6c14dfc10a75766f0dc63620d6b8 1,359 1.00/1.00 vMB 32
433,710 433,710 0000000000000000031c6d0d78f115f34c983a9690ee6ecf5be77e78a7607ebf 1,525 1.00/1.00 vMB 53
433,709 433,709 00000000000000000242f9f0d01e4cf97c54bb6f7f5d1483d196b2e78feb41c5 1,957 1.00/1.00 vMB 41
433,708 433,708 0000000000000000017699a9d06a5e58d33de6dad542a1f329addfd8f3167c13 2,124 1.00/1.00 vMB 76
433,707 433,707 000000000000000001e1f7ba3f4465912e0c41f1fab001fe6ba24d6387f6eb33 2,589 1.00/1.00 vMB 60
433,706 433,706 0000000000000000025ea78a9a345a204ffc225b88d6aaa44e686fae611631b8 2,735 1.00/1.00 vMB 88
433,705 433,705 000000000000000001e54de311a5db0730d8141e2f47eaed4e737d23f7acf3f7 2,395 1.00/1.00 vMB 65
433,704 433,704 0000000000000000014c81cfe183a86362188a0cde046e10eefb2984e390a3fa 2,204 1.00/1.00 vMB 85
433,703 433,703 000000000000000002d3f1161cb888cc7ea16a6365a6ccffb6af551ce7d38766 445 0.19/1.00 vMB 58
433,702 433,702 00000000000000000399ea6e51d972ca9952dfb72414054e9320113aa4dacc9d 682 0.63/1.00 vMB 37
433,701 433,701 000000000000000002d862516122986cbe83e54637e030d3d741d091a748547c 1,510 0.99/1.00 vMB 50
433,700 433,700 000000000000000001847bf76f75b9ef708c1622390d4a61f44fb9f383f3d73a 1,173 0.73/1.00 vMB 51
433,699 433,699 0000000000000000010b4cc717b271c96468bd3e29b6020e9b6fc369db4f515d 1,287 0.85/1.00 vMB 58
433,698 433,698 000000000000000000c84ea00554b98d4f2bd0437ae4bc7fce25ce144c383233 1,057 0.74/1.00 vMB 44
433,697 433,697 000000000000000003e68dc089a93bf43a59ccae8efcc92d1327a7df05326d50 380 0.27/1.00 vMB 50
433,696 433,696 0000000000000000037cabaf9cf979ed766a99cacade505a6b8003227c6a24b6 1,083 0.56/1.00 vMB 54
433,695 433,695 000000000000000003fefbf2c36cab95d82fae8e3a69069c376b24d7f1db915a 2,248 1.00/1.00 vMB 67
433,694 433,694 000000000000000002464b1b8bb5240118d8221af837b078f8249a3210334ca8 1,528 0.92/1.00 vMB 45
433,693 433,693 0000000000000000017fa10992d532165578400764e9f423cc8d6f9346eb17fe 606 1.00/1.00 vMB 15
433,692 433,692 0000000000000000037fe5a1b797b226ba24f3f882fd9cbc627f44a95d20acf4 2,691 0.99/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.15 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.93 GB
    • Received: 13.81 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.