Loading Tool

Explorer IconExplorer

Memory Pool

24,849 transactions
11.72 vMB
0.03320633 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.91/200 MB

Candidate Block

Mining Attempt 8e1bfa425a7ba62ee1f9389a01a75ac6d8b06100647f2b3b503781c24d28cb94
Version 20000000
Previous Block 00000000000000000000f2fd667fec91d4329f3e67d283207f6bed62004d5294
Merkle Root 57dda31a0fb47042c332a7a473dc5ccb39309effef54636f266d5db609b7524c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,773
Size: 0.9979235 1.00 vMB
Total Fees: 0.01393279 BTC
Feerates: 313.32 > 1.40 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,691 (4,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
909,027 909,027 00000000000000000001c9e8208033766aac68ae6f131ddda4d58c5a84ac043c 1,556 0.40/1.00 vMB 4
909,026 909,026 0000000000000000000119c63ae59ff600c295140c0876cbb27642a0bb7c1484 5,243 1.00/1.00 vMB 0
909,025 909,025 000000000000000000001c83de1ea004c753c5ad6707fc5c668f362f57c4eca7 2,379 1.00/1.00 vMB 3
909,024 909,024 00000000000000000000cf0d787c64410ee746a9e43265141de9eb8cb8ac9317 3,975 1.00/1.00 vMB 1
909,023 909,023 000000000000000000017fda436e77af58ffad84b4dd4b72355f09d0ba0d2256 2,373 1.00/1.00 vMB 1
909,022 909,022 000000000000000000006b1bf8d50b17638b1f6b72466dd72ddfee95b82c0de3 3,918 1.00/1.00 vMB 5
909,021 909,021 000000000000000000003a4322bf7deb285f6bc0fa7b1d44e71d349406d264bd 3,095 1.00/1.00 vMB 3
909,020 909,020 00000000000000000001538eb91c71b140f7958418704ae305729ae84fe27341 4,564 1.00/1.00 vMB 6
909,019 909,019 000000000000000000005220e9400e5e5cb7f43e2e9fe170e5d5fda557086e72 3,889 1.00/1.00 vMB 1
909,018 909,018 00000000000000000000701b6eed75275d750b613aa6c3e41ad9a56a24456bc6 4,434 1.00/1.00 vMB 2
909,017 909,017 00000000000000000000e4f03f9f5e459a29f58fbba84b61a34eb00488c4e73e 3,157 1.00/1.00 vMB 1
909,016 909,016 00000000000000000002297cc66f6c805b9f38e38b3ec77c43ca1517688ce522 3,944 1.00/1.00 vMB 3
909,015 909,015 0000000000000000000003a3b87d86a06dcaa9f671b3efca7148913b3cb5032b 4,349 1.00/1.00 vMB 1
909,014 909,014 0000000000000000000064423cd25b810b303eb759204c8c8983abbe54f2759d 1,770 0.52/1.00 vMB 3
909,013 909,013 0000000000000000000115e28c45ddc162863058b7217e7cbbde06bc1f069cf7 4,750 1.00/1.00 vMB 0
909,012 909,012 0000000000000000000088d3a6d814d7ee7716204e4e335c15a121354c8e428a 2,331 0.60/1.00 vMB 4
909,011 909,011 000000000000000000015c0091ebf68dd9469a622d5efbf834fc1f190588f578 4,664 1.00/1.00 vMB 1
909,010 909,010 00000000000000000000d0575631545d5dab32a5dfd10e6ad5033b0034c44f23 4,208 1.00/1.00 vMB 2
909,009 909,009 000000000000000000010ddf1303d6f11b334b1db7b1ea5a59885e72684e9bfe 3,248 1.00/1.00 vMB 4
909,008 909,008 000000000000000000010333db15b8a7166ae88879067d16db64fa123985bec3 3,226 1.00/1.00 vMB 1
909,007 909,007 0000000000000000000118eee773f058fb490bd1d9c383bb4ab19cdd771975a0 2,370 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 780.08 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: 490.66 GB
    • Received: 3.38 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.