Loading Tool

Explorer IconExplorer

Memory Pool

44,168 transactions
26.56 vMB
0.06140684 BTC
Random Selection Loading Transactions
Max Size: 139.89/200 MB

Candidate Block

Mining Attempt e8a298c4098db9d3638d4dfb3a1853b2a10671da3c6556acec6a2e85a765c79d
Version 20000000
Previous Block 00000000000000000000e9fc36eb4e54258de385eba8454916da1a3a70de6bbf
Merkle Root c80bcd7a351712e417480c5958d93d2f61a6d60f2e26b71ca869475eda5505ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,788
Size: 1.00 vMB
Total Fees: 0.01257098 BTC
Feerates: 150.52 > 1.26 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,751 (433,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,686 481,686 000000000000000000a1449bab75a3512dd5aaf0aba999ca27417aaa80be56c1 2,100 1.00/1.00 vMB 437
481,685 481,685 000000000000000000e2f006f4de2c3274425f3f1680e787f07a18653366fd5c 2,005 1.00/1.00 vMB 357
481,684 481,684 00000000000000000117b669301f29e33a7b48ab4d0d4550013a61af54d8323b 2,095 1.00/1.00 vMB 490
481,683 481,683 00000000000000000049531d17119d0126e811195c4c3c1845fc6a183ba782b7 33 0.01/1.00 vMB 516
481,682 481,682 000000000000000000c1cf9e0bae85719226de6e2849c807ddeb76cc4c956f5e 2,113 1.00/1.00 vMB 349
481,681 481,681 0000000000000000003877b869fc1892a5bafe73ed6bd71e740c1deff7ebfa6f 2,298 1.00/1.00 vMB 282
481,680 481,680 000000000000000000111759350fdb819a833b7bbf1f230ead542ac87e1827d2 2,445 1.00/1.00 vMB 379
481,679 481,679 00000000000000000114eb851655d9b9621bdd27b998883e3c09466cacb99485 2,133 1.00/1.00 vMB 257
481,678 481,678 0000000000000000009cb29136ab4fbdcef9c96951525a8005ce7f6c99f6431b 2,073 1.00/1.00 vMB 307
481,677 481,677 000000000000000000b6d9015c2be76633ca5a640a67d4302a41c2085e94814c 2,439 1.00/1.00 vMB 292
481,676 481,676 0000000000000000004cd3525ea19abefbe0856ad2058141347debca41b1b27b 2,454 1.00/1.00 vMB 363
481,675 481,675 0000000000000000006e938bee2bad39d18426c018e932d6a532952b300031b5 2,138 1.00/1.00 vMB 260
481,674 481,674 0000000000000000001a7249648fc975463530568886e2326bf0e2378d11d569 1,648 1.00/1.00 vMB 376
481,673 481,673 000000000000000000e6909a99e1bd4b7b2b607c50168375b3307300f1f48b81 2,544 1.00/1.00 vMB 415
481,672 481,672 000000000000000000c22ebfa40e9253ef7e34a0d74b4f320c6c99324e6a8c3f 1,846 0.99/1.00 vMB 466
481,671 481,671 00000000000000000083df2b309fb6c77a72d2860c356760accdaee829668b90 1,890 1.00/1.00 vMB 325
481,670 481,670 00000000000000000057c6e864755e2e4028c5e7ae6e34817e39192399902f7d 2,076 1.00/1.00 vMB 366
481,669 481,669 00000000000000000080cbacdd32d5416bc3330b4fedb2ddafb0593b03b4fd66 2,110 1.00/1.00 vMB 358
481,668 481,668 00000000000000000087b2d29b3365b87eb65cd02c7fb5e00b36bda1fa99f89b 2,314 1.00/1.00 vMB 447
481,667 481,667 000000000000000000098554b1bac24c2c6d1023c2afd574c21247d96dca3fdf 1,723 0.99/1.00 vMB 282
481,666 481,666 000000000000000000f0e5d5a40924d27e8a80d8c943bf61a34911b4452debbf 2,101 1.00/1.00 vMB 392
Previous 10 blocks ↓
Total Size: 781.95 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: 647.08 GB
    • Received: 12.89 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.