Loading Tool

Explorer IconExplorer

Memory Pool

38,030 transactions
27.60 vMB
0.07179880 BTC
Random Selection Loading Transactions
Max Size: 140.95/200 MB

Candidate Block

Mining Attempt 9838dbf838fbb14a9587ef90db7d6c12b03385a54fc0fc988c123bbf66985a71
Version 20000000
Previous Block 0000000000000000000073ebe7fe130f67de1ab2e9c5c1b68fcc6f5f37d33261
Merkle Root 6db3ed63dd5180806f882f12d90617d5f1fce135bccbd440ac316b3a09509ed7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,256
Size: 1.00 vMB
Total Fees: 0.01812154 BTC
Feerates: 222.83 > 1.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,271 (790,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
123,691 123,691 0000000000004e133f228980c8590cfab76f4bf9a7c58748ac02dcbbcdfbaf68 10 0.01/1.00 vMB 941
123,690 123,690 0000000000004731d0eac7c02ac30c101bf6ca1e9b82891087f7c64eff160289 19 0.01/1.00 vMB 476
123,689 123,689 00000000000042d6fdab612af0fc5063875383150c5b6d42c57fff67ac89cabe 23 0.01/1.00 vMB 3,868
123,688 123,688 00000000000046ffd64508f145ce1cd3336ec238b293d0179ef654862808cd0a 56 0.02/1.00 vMB 462
123,687 123,687 00000000000065e437b2746407994424ae6608e1321baca1b8b223d358d9a13b 71 0.02/1.00 vMB 1,138
123,686 123,686 0000000000005eb0cbdd38f06f9dce4e8a63e43e8f94a4e8f3eacdd54aa7e509 8 0.00/1.00 vMB 412
123,685 123,685 0000000000004acfe6662b01f6cf728a23fe899f74e2cc15424c028a8f375ae4 8 0.00/1.00 vMB 285
123,684 123,684 00000000000065666f39f04812978062ced63992ad3a30e94af11fcf06dea287 52 0.02/1.00 vMB 359
123,683 123,683 00000000000050e9bc9ac6eeb54ab905fdccccf51f5f2caa4d870b0fa347a9d0 17 0.01/1.00 vMB 748
123,682 123,682 00000000000030662f567b50b8e244ce0181c91107561bc30b8034981a9fbc6c 2 0.00/1.00 vMB 2,487
123,681 123,681 00000000000008274a2a09c764aae94e7ae9ff9e2b66d6c96965c3e628930fc4 27 0.01/1.00 vMB 493
123,680 123,680 0000000000003410d4b9d3395fe785ece42bfd8b4493c415603432aae51b0497 16 0.00/1.00 vMB 0
123,679 123,679 0000000000001c8352124a0f0d753f959e454df8eadd4e5831fe3b3fd704f010 28 0.01/1.00 vMB 293
123,678 123,678 0000000000000f2e2ae9e6d4f324505fb15ae2b3dd94a844ec5fa69e055247fa 12 0.00/1.00 vMB 888
123,677 123,677 00000000000017ee04927e4970dc664588fa29419562a99c4153d943979d80fc 10 0.01/1.00 vMB 374
123,676 123,676 0000000000003cb5b6aefb5e3a8f18f4b68c673bccf187d37d5eaa34687369b9 12 0.00/1.00 vMB 0
123,675 123,675 00000000000003379019e47cf060564a596891ccbd755ccdfc0941ca6c15492c 5 0.00/1.00 vMB 2,223
123,674 123,674 0000000000001884e2d3649a8fd35a1ad97af7f8907b7cf698bead8db49c0795 29 0.01/1.00 vMB 595
123,673 123,673 00000000000057a781d4f7335cb10c280e967bc9d5722cf554587a296e1e80ea 13 0.00/1.00 vMB 0
123,672 123,672 0000000000005a03f5b87032f03ab8610888972d51e06800d59c740824f6e712 10 0.00/1.00 vMB 1,119
123,671 123,671 00000000000035d686877a558d8bb228f05b382b63220bb2c3422820a4213414 3 0.00/1.00 vMB 1,164
Previous 10 blocks ↓
Total Size: 781.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 578.35 GB
    • Received: 8.74 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.