Loading Tool

Explorer IconExplorer

Memory Pool

41,760 transactions
26.82 vMB
0.06113529 BTC
Random Selection Loading Transactions
Max Size: 140.53/200 MB

Candidate Block

Mining Attempt dc8ae80728372bdd8789de60cce42ff5171d35ab71f1796d859eb36961833458
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root a120249f3e236c5110c9dc53f37dcae860a75d9842c6cfc76b542005955bee97
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,176
Size: 1.00 vMB
Total Fees: 0.01151581 BTC
Feerates: 60.14 > 1.15 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (251,061 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,851 663,851 000000000000000000059d6c6ef39775d01feec638c693b881cacc0546e7a249 1,970 1.00/1.00 vMB 109
663,850 663,850 000000000000000000061f5e096df2e442d3bb184d3b0766e88705c192fef531 2,782 1.00/1.00 vMB 101
663,849 663,849 0000000000000000000407b60bb9f4297743aaf335d4b169b4187dd28e0e991b 2,718 1.00/1.00 vMB 116
663,848 663,848 0000000000000000000642abc58d1da81f6b8819ebc2007fd68fad55f0474766 2,482 1.00/1.00 vMB 62
663,847 663,847 00000000000000000003c8d854c41c4e338010d9957dbaf818a2d5a7c70b87c7 2,562 1.00/1.00 vMB 98
663,846 663,846 0000000000000000000d432d3bc4747f00deb80382bb2cb785525fb2eb7a83b3 2,801 1.00/1.00 vMB 91
663,845 663,845 00000000000000000008d7fe74fa0fc540ce53de3142a156831a562686528622 2,266 1.00/1.00 vMB 93
663,844 663,844 00000000000000000005ec827bcd4392f4f80be5c9aae71faf1cb5272fe37cdc 1,383 1.00/1.00 vMB 94
663,843 663,843 0000000000000000000ca93e759fa6ed0beb5ed93cbacf3989f7bd868a8d1058 2,759 1.00/1.00 vMB 94
663,842 663,842 00000000000000000000a6e283025b6febf61115e0d243cc8840fa155025d15a 2,942 1.00/1.00 vMB 111
663,841 663,841 0000000000000000000476b870e44c150d446a5c0e9bce7595abf29d24bd2092 3,331 1.00/1.00 vMB 96
663,840 663,840 000000000000000000072bb2a4d26e4113a4c20e5bfd74dae170b860f125a69e 3,007 1.00/1.00 vMB 109
663,839 663,839 0000000000000000000aa389a7b6ab3025678af049a13567928f52147ba3d442 2,856 1.00/1.00 vMB 111
663,838 663,838 0000000000000000000e9aac89034b910d14ec5415ac8bcf7d7f692ad7f5e2c9 2,683 1.00/1.00 vMB 112
663,837 663,837 00000000000000000008b8c78d4667ece5a904408e01b209871b1a727dd8201f 3,084 1.00/1.00 vMB 146
663,836 663,836 0000000000000000000516b72014396b3356604e5b439f5c5a37b1c889085ff4 1,891 1.00/1.00 vMB 37
663,835 663,835 000000000000000000031acaafcec2f06a5babc9de73efefa177920abd5b74f5 1,910 1.00/1.00 vMB 50
663,834 663,834 00000000000000000006d1aec5e2f4634346f6f4649349ecb27cead80958b0a3 1,441 1.00/1.00 vMB 82
663,833 663,833 0000000000000000000e41736ab27ffebf2b63011c74fbff3c94e4a89356965a 1,621 1.00/1.00 vMB 101
663,832 663,832 0000000000000000000bb6030d65030f36a403b51afe566b6d4cf71be4c12852 2,466 1.00/1.00 vMB 61
663,831 663,831 0000000000000000000a53cbc1732735d0ecef08448585d66f87e00b30d8c394 2,671 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.23 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: 655.02 GB
    • Received: 14.23 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.