Loading Tool

Explorer IconExplorer

Memory Pool

44,783 transactions
28.54 vMB
0.08088296 BTC
Random Selection Loading Transactions
Max Size: 150.69/200 MB

Candidate Block

Mining Attempt 23e1d317cade8d629af6e68074c490b27046af2391fa26febe1b5eb05fde4f6d
Version 20000000
Previous Block 00000000000000000001c8540de5dceba6fe0c17c8f2c5409bc2924f72da5448
Merkle Root be280bbddb519f29f44f33a2428ab138074f6ab07d37dc77faa6b7a0ad2eadac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,289
Size: 1.00 vMB
Total Fees: 0.02670702 BTC
Feerates: 120.00 > 2.68 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,834 (248,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,001 666,001 0000000000000000000d6f725db9d191a3408bd8ffc6a0575f1b1646a0d57042 2,064 1.00/1.00 vMB 28
666,000 666,000 000000000000000000073b4ed70ee4f281e6de38c34e453df0d6dcedd6f10b3b 2,516 1.00/1.00 vMB 96
665,999 665,999 0000000000000000000d89884e1573a2a566a29890295d61045d2b46e4fdd1db 2,664 1.00/1.00 vMB 101
665,998 665,998 00000000000000000009165c297fb06e7fb33a6d7144405b8d423534ad4412ed 3,418 1.00/1.00 vMB 136
665,997 665,997 0000000000000000000c3be4660111ea2c73daf861186411373e48ffcfdee469 2,540 1.00/1.00 vMB 106
665,996 665,996 000000000000000000029f96ec7224aefea12763ff5713236ec9bd68750bd728 1,944 1.00/1.00 vMB 29
665,995 665,995 0000000000000000000461e29439a6989a65c54301493f471d1eb8f1da8481ad 2,404 1.00/1.00 vMB 82
665,994 665,994 000000000000000000022632de57f7560f9a57b103f2869688064ca574f6a194 2,594 1.00/1.00 vMB 105
665,993 665,993 0000000000000000000d2846cc7183c7468a7c5c551cfb0de7b83369a636a8eb 2,255 1.00/1.00 vMB 41
665,992 665,992 0000000000000000000663e42dc519baa9afbc3c3222ccc480dd6a873bd2ead7 1,545 1.00/1.00 vMB 40
665,991 665,991 00000000000000000005e056f3eb91718ec8638931c5d10b80f203c91fad32df 1,688 1.00/1.00 vMB 47
665,990 665,990 00000000000000000002e6bdc4a8dc0c4c8c3dcb8343c7a42d1e95496bae7252 1,275 1.00/1.00 vMB 92
665,989 665,989 0000000000000000000b14a2cab7a4c068b8a85e4368c265123bc5f305dd8a1b 1,466 1.00/1.00 vMB 69
665,988 665,988 0000000000000000000208a5364874e6e5b2c863cbf170b135fd071e1ec6f9d1 2,005 1.00/1.00 vMB 54
665,987 665,987 00000000000000000001b6bd1086368502457bb75a61438704797c3837cee5a4 1,032 1.00/1.00 vMB 41
665,986 665,986 0000000000000000000cc519a12fe96e6505f07cdcf218fbcb4abb9312ca9f54 2,003 1.00/1.00 vMB 52
665,985 665,985 00000000000000000002bd18a956ad5161f63447cc82477cb8faf9b359e75a64 1,606 1.00/1.00 vMB 47
665,984 665,984 00000000000000000000b30ec5fbe0fdaf5c98877de6882a64706bd3995f0913 1,450 1.00/1.00 vMB 56
665,983 665,983 0000000000000000000a990dc0a1f99cc69569131cb3aa15c36a6c1d705f641e 1,550 1.00/1.00 vMB 64
665,982 665,982 00000000000000000006dc62b9590e5352303abe7d9657eae9fa9f7a8879569f 1,439 1.00/1.00 vMB 41
665,981 665,981 0000000000000000000afcc7135c394e05200333fe384772c77d1876146e4cd9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.10 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: 651.65 GB
    • Received: 13.61 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.