Loading Tool

Explorer IconExplorer

Memory Pool

49,149 transactions
29.68 vMB
0.21651510 BTC
Random Selection Loading Transactions
Max Size: 155.80/200 MB

Candidate Block

Mining Attempt 747c9bb7a479ec62a06c47e64f85a3ed8c0266c6674d2a9569eaa0373dfb9efd
Version 20000000
Previous Block 000000000000000000010632e62ac54a943f30bde5587337bc0da0324a5b3c27
Merkle Root f2422f496b3ab22903ba5041b2b0600ef80513beacf3635b5f4576a26deef24e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,953
Size: 1.00 vMB
Total Fees: 0.08304088 BTC
Feerates: 150.67 > 8.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,707 (329,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,015 585,015 0000000000000000000abbf2a521e4b474c3fb72346361d26dbb31f3550310e8 2,533 1.00/1.00 vMB 45
585,014 585,014 0000000000000000001efc8b7dc769e82086fb980d3e581271104c2e2c469268 2,481 1.00/1.00 vMB 65
585,013 585,013 00000000000000000007339132026b9c98016f38b52fb0235f7bdbb2a3653818 2,625 1.00/1.00 vMB 3
585,012 585,012 0000000000000000001c60947cbecc06e779cdbeb0e46c323c0bd655f20b5b37 2,487 1.00/1.00 vMB 50
585,011 585,011 0000000000000000001e1a56f1ed256144631dd66775d0cc42c341cdc2b74968 1,717 1.00/1.00 vMB 4
585,010 585,010 0000000000000000001f0b579c54cc22e18f6d6b1d82d5edc10a5d7f21ca13e1 2,439 1.00/1.00 vMB 51
585,009 585,009 00000000000000000009a9beb98b145977c9fab0862ae50b6c18cecf16f38b99 2,801 1.00/1.00 vMB 82
585,008 585,008 00000000000000000009d3b79056973af7d577454aa5354ff40d173b7111fd80 1,059 1.00/1.00 vMB 21
585,007 585,007 000000000000000000172d792f537456f50558880c6fe6873e1a5b61f6a3c24c 208 1.00/1.00 vMB 10
585,006 585,006 00000000000000000006ea2552c18836101d7b71d11e17ef9466aa96ca6d89d2 671 1.00/1.00 vMB 21
585,005 585,005 00000000000000000011a255409b077be7f4dcd2029df44a38e751a913dad68f 1,717 1.00/1.00 vMB 40
585,004 585,004 0000000000000000000bc5a957282a266e82d295cae846adac3dcd2bc2a01ef1 2,034 1.00/1.00 vMB 45
585,003 585,003 0000000000000000001165c265291146dcc094b01ebd9663536942e5e0d940a3 2,641 1.00/1.00 vMB 81
585,002 585,002 0000000000000000001d3cd505bca2c1f7c9480ef40d5c88b26a3bf987602f9c 2,118 1.00/1.00 vMB 53
585,001 585,001 0000000000000000001c5fc21d6af2690f8048fa139d5bce14bd4e32899e6892 1,658 1.00/1.00 vMB 30
585,000 585,000 000000000000000000160896ebed62f575b5af35609bedd96b27003c94f8b475 2,028 1.00/1.00 vMB 56
584,999 584,999 0000000000000000000623610938c2caf1cbf44613fc8a1108c69e5668957cae 1,288 1.00/1.00 vMB 68
584,998 584,998 0000000000000000000ddefc1d0a3c6b3c3bddc1013781433ec22f8c185c6179 1,662 1.00/1.00 vMB 16
584,997 584,997 00000000000000000005c3254c3dd125d9366176e268ade03167193f44b2256c 1,974 1.00/1.00 vMB 29
584,996 584,996 00000000000000000017da291e38ba74264946d6d9cd126101e9d19963b47f04 2,168 1.00/1.00 vMB 32
584,995 584,995 0000000000000000001d08fd1c4c0955ded2f9543822039facbe4496d07f49ec 1,785 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 781.87 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: 644.98 GB
    • Received: 12.63 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.