Loading Tool

Explorer IconExplorer

Memory Pool

79,037 transactions
29.61 vMB
0.07415539 BTC
Random Selection Loading Transactions
Max Size: 177.90/200 MB

Candidate Block

Mining Attempt 27f5e3875f7d6b0313c3e8860389c0c80a9cd7ccb393560694df6b0dd312770c
Version 20000000
Previous Block 000000000000000000017605c1e892b5219bb01111e98918f1b31a287e9eade5
Merkle Root 8094faa09ad46f436e06e085161465762dc84f7ada11e6073304567c76c44794
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,094
Size: 1.00 vMB
Total Fees: 0.01394620 BTC
Feerates: 302.06 > 1.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,012 (792,936 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,076 122,076 0000000000005d7af8535d813693d3c20dc942df3c00f3e3d684aa978d664774 18 0.01/1.00 vMB 926
122,075 122,075 000000000000264e6407cc6ba081f0415dae59fd865e7bf44e428cad2508899e 11 0.00/1.00 vMB 0
122,074 122,074 000000000000102391d443b08275dc8f14c3908b46f7d26ad7532efcb0cb2e1a 10 0.01/1.00 vMB 780
122,073 122,073 00000000000003320fdbcdd8734814f4fed6c14019dddf4cf91db10699f4238f 6 0.00/1.00 vMB 0
122,072 122,072 0000000000000071d6c295eb7a90da7d87aa97586471d5b3796b2482716810b4 39 0.03/1.00 vMB 427
122,071 122,071 00000000000048ab79a4762817539e85c1179266fc0c5b0ab4606adb30084a35 10 0.00/1.00 vMB 0
122,070 122,070 00000000000048e195727ad85ade8aa2406a6b89044d3a877491b35b7e8bcec8 29 0.02/1.00 vMB 629
122,069 122,069 00000000000010e45e3d943559acb2be2323fceb24182e811eb4dffcf4b1f6c8 2 0.03/1.00 vMB 1,543
122,068 122,068 00000000000088f7ffe3de72917b976f1ce2837a570bd7a7dd4c28273a211efa 11 0.01/1.00 vMB 5,040
122,067 122,067 000000000000290aa8701d0f822c7104f717ee3e19e8f20fc4aa8a62025531a4 18 0.01/1.00 vMB 394
122,066 122,066 0000000000002f906c47a823ef7487b15a8fa22f1468cd37003b1cf3b12e2075 12 0.01/1.00 vMB 477
122,065 122,065 0000000000001d9a8378d6c516ac0a6e736789efcde10698fb0b62f79b4bb350 31 0.01/1.00 vMB 630
122,064 122,064 0000000000003bbab0179cbcfd5ff6dbfc4a8822be38deace5f5092919d28f97 20 0.01/1.00 vMB 0
122,063 122,063 00000000000072eb2b6e47739bdf313551248b693c9aa11b3cd19ed166df1262 3 0.00/1.00 vMB 2,877
122,062 122,062 0000000000001df59f5dc0837523b8ba224be7b7647ca8d5ec8c03cd19eea2a7 7 0.00/1.00 vMB 298
122,061 122,061 00000000000033ecb406f9e194973446f1f89aef4549ce76cf4e4197a1d25b4c 10 0.00/1.00 vMB 613
122,060 122,060 00000000000038f08f37441ba9066317eac6f5f152360879cec7c4947e6566ab 8 0.00/1.00 vMB 615
122,059 122,059 0000000000000cc3f3ff3491279314398abb03fa76d95cc4d97ae97ec6ef31bc 10 0.00/1.00 vMB 497
122,058 122,058 00000000000058d0dfbc0aeb6890b46eba617b3589049136fd7ffae2e9d59042 8 0.01/1.00 vMB 110
122,057 122,057 00000000000089f5e66dd1ef586d53932a2433ff2923ff9e4b9b0cd0933c0f16 12 0.01/1.00 vMB 158
122,056 122,056 000000000000142bbac4f3d25801dd4b0f2b5cfbe046e51809c2e15bc2a99d94 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.11 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.