Loading Tool

Explorer IconExplorer

Memory Pool

37,254 transactions
26.51 vMB
0.07704573 BTC
Random Selection Loading Transactions
Max Size: 135.27/200 MB

Candidate Block

Mining Attempt b9da2abe1355487210cfb2cc46366d99c0a2b495b6b3e226d8aba45dd03efbcb
Version 20000000
Previous Block 000000000000000000000fe35af4d037ca03b402462f88c6c27529d0780dc853
Merkle Root b17b1cf61fe3c77f19dc1ac7a1ddef7d52b10af3edce912f234eb8101dc3093d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,841
Size: 1.00 vMB
Total Fees: 0.02582332 BTC
Feerates: 200.71 > 2.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,693 (201,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
713,023 713,023 0000000000000000000a6fdf3d95f41cfda6b26aae892a1aada95d7dcdc2c60b 2,705 1.00/1.00 vMB 7
713,022 713,022 0000000000000000000a1a4a2cde340f9010187ab1096b742e6ced737665ec7c 2,300 1.00/1.00 vMB 9
713,021 713,021 000000000000000000004cb9224a2d9a8ce02a16fd803c93465b8ef367ce8819 2,577 1.00/1.00 vMB 6
713,020 713,020 00000000000000000005075b2dfbb94d9a7bee8d22422dd7649df8b48d30df8b 2,942 1.00/1.00 vMB 10
713,019 713,019 0000000000000000000693025aa262c249f9d8d39eb3616c9648b3cb81332cfc 3,099 1.00/1.00 vMB 14
713,018 713,018 0000000000000000000898a0bc92937a02f957717dd585ae62be8d1210d0659c 2,482 1.00/1.00 vMB 23
713,017 713,017 000000000000000000001c4fb20e57d50e988a7dbe3ee46b2ef5d809f839dcd1 2,081 1.00/1.00 vMB 8
713,016 713,016 00000000000000000001097fe04f5209f0cdf96438f44d250eb9d5b1895d9155 3,224 1.00/1.00 vMB 12
713,015 713,015 000000000000000000069c4c33e9cea2677f00e7cfb8ad17fb2223aef9d64d44 3,445 1.00/1.00 vMB 12
713,014 713,014 0000000000000000000b78f375c27f554d2d28afd893f67ee88f0f76aa54e67a 3,257 1.00/1.00 vMB 15
713,013 713,013 0000000000000000000466e599e354a020c9d9726e877d1e281bbaeb389805e1 2,068 1.00/1.00 vMB 9
713,012 713,012 000000000000000000085fbb102d5195626bb3b28607c20a0646e0334f808a16 2,535 1.00/1.00 vMB 7
713,011 713,011 00000000000000000005e9f811a37aa36d01507fc4e457ff3cc869a52a20d1a4 2,787 1.00/1.00 vMB 6
713,010 713,010 0000000000000000000779da9dfe4a3951f0234533cbf83f99cbf9bfca90e969 3,264 1.00/1.00 vMB 13
713,009 713,009 000000000000000000007037662c05843c6eabc92f2f3fba8b4619ae6735e6e4 136 0.04/1.00 vMB 10
713,008 713,008 000000000000000000063dbab18551c1ed59476548c25b93a07191595b19c05f 2,443 0.75/1.00 vMB 10
713,007 713,007 0000000000000000000a679ac209fabed94a38ca255108248f5f61b2e18ef971 1,642 0.57/1.00 vMB 7
713,006 713,006 00000000000000000000c30ef1c44a191f6707efe74c12aba3323a8a00a417df 873 0.31/1.00 vMB 10
713,005 713,005 00000000000000000005897a64a2ebab69fab1b87696b12b8706dda084b5a373 1,183 0.64/1.00 vMB 6
713,004 713,004 000000000000000000077113964a11337680ce90dc3506c193e3ee7bf2b1ebf5 2,518 0.78/1.00 vMB 8
713,003 713,003 00000000000000000004a2f47f6e9fa8d0f4a526b5055641d1618c40589481d9 2,342 0.72/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.85 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: 638.25 GB
    • Received: 12.47 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.