Loading Tool

Explorer IconExplorer

Memory Pool

16,006 transactions
6.67 vMB
0.04581066 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.27/200 MB

Candidate Block

Mining Attempt d5febf3191b6d320f1bd6cd2349bfd7ff652c6dce1af53ba6a7f56d4dae37931
Version 20000000
Previous Block 0000000000000000000101810863bbcd5328f761e002bbe875adcae9ac492c2f
Merkle Root 1ff6196e2c77c55e6049af62bc6174d63c80a0ec6b2e09b078e0976276d4562f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,400
Size: 1.00 vMB
Total Fees: 0.02967796 BTC
Median Feerate: 2.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,456 (779,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
133,984 133,984 00000000000004a1f00cdb2053e9b2d210d60334ad436dcfbe200bd14d644222 97 0.05 vMB 684
133,983 133,983 0000000000000303850f1a676d4823e4d14b94b4af34c16d118d98b4405ad004 141 0.04 vMB 79
133,982 133,982 00000000000009f593394f4da1c0e1ed69887820d0f161c79a8d6313e7d4298a 56 0.03 vMB 213
133,981 133,981 00000000000008d755683b52c7b01f71e0b76f2085a948b4271d6956330d635d 100 0.04 vMB 393
133,980 133,980 000000000000073a585dad46f9baef6985986f0c20065cf19c8465fa3ae217e1 60 0.03 vMB 350
133,979 133,979 00000000000007da9fd96e1073f1257bf5ec5a583779bb9e25467c02cf14d4b4 39 0.02 vMB 783
133,978 133,978 0000000000000c067a40c23ef1cfff466de6556b3518b96eaa80ebcb82c16d94 32 0.02 vMB 734
133,977 133,977 0000000000000898d42ec4e832a58c993a1a57e266f446cdb1f3503de31c7d2e 17 0.01 vMB 749
133,976 133,976 0000000000000706809034222e4d5e30d6966a1c88f06f47b10baba1d352bbf0 92 0.04 vMB 668
133,975 133,975 0000000000000722d264cac6df77dcb5548d7ee1cb0e0af590b70c9b68648946 8 0.01 vMB 32
133,974 133,974 0000000000000670af078ca5b6286e6ed6f3dacdba0e74f4d27321b68fdb148e 27 0.01 vMB 320
133,973 133,973 00000000000004679c7f2be13de54924401dc5b89d865736c90ec8bf6d472691 42 0.02 vMB 498
133,972 133,972 00000000000007610dc4a7b9c7cb5e0763288d0000b016d5522de03c9d57f8c5 13 0.00 vMB 75
133,971 133,971 00000000000006d81e441a579ae2c75406c78b132f763272791ac5ad731a67ef 49 0.02 vMB 585
133,970 133,970 00000000000003d85cb924df1aa0013553dda6c5df2a3630c44c4311dd99526b 1 0.00 vMB 0
133,969 133,969 00000000000003cd82425aff8019b74e0fac576615975d0f9e0646b968b69049 37 0.01 vMB 395
133,968 133,968 0000000000000afd2b923468e25ee18eb552bf0a9c11c334294653f8c06a51ac 4 0.00 vMB 0
133,967 133,967 0000000000000575a557d3725a37d5b1cf503b7a092a836a951e8f05bb23a7eb 61 0.03 vMB 542
133,966 133,966 0000000000000224af5524f2779b87cb0e17857e7351f6132c07bbbb4a8b738f 29 0.01 vMB 873
133,965 133,965 0000000000000a731880e70477289a2e095e442f9f51a5c1337d97572d54bed3 65 0.03 vMB 618
133,964 133,964 00000000000003f5b4048a42787aaf5449c02de54d3de54817542c1b6bc88a56 152 0.10 vMB 98
Previous 10 blocks ↓
Total Size: 779.66 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: 314.00 GB
    • Received: 1.50 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.