Loading Tool

Explorer IconExplorer

Memory Pool

81,066 transactions
30.41 vMB
0.13464592 BTC
Random Selection Loading Transactions
Max Size: 182.02/200 MB

Candidate Block

Mining Attempt 3980e79533e4d8ded4e7defa667b323822b7206a9dec1407e184561838af3a72
Version 20000000
Previous Block 00000000000000000000b062ce7c1ce93baecfacba3f86e7f53b0c46b27d927f
Merkle Root 9dd25ad68eaa44c76209f442b98adedf40e5ef8cc496f46f38607b26bc2fafe7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,910
Size: 1.00 vMB
Total Fees: 0.06205904 BTC
Feerates: 150.86 > 6.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,106 (291,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
623,382 623,382 00000000000000000001616ac65bda8bf1f337ac08222933dbe2a4d6741c5370 305 0.10/1.00 vMB 36
623,381 623,381 000000000000000000135d23baf86a87db5cdb2fe48616376b5603a6d6a15e74 42 0.01/1.00 vMB 37
623,380 623,380 0000000000000000000969d52dc43cd293c3358967eba1c7355590809aabc864 1,214 0.59/1.00 vMB 16
623,379 623,379 0000000000000000000f33767da7c7e40a6339452fd429a15e352f56fc4b3009 3,017 1.00/1.00 vMB 18
623,378 623,378 00000000000000000013a120341f8dbb9adfa35cfeb41aef96597eb764b79291 3,032 1.00/1.00 vMB 38
623,377 623,377 000000000000000000133e63c1e7009bd531136c84e7aabcfe4700253dfe6cb6 653 0.25/1.00 vMB 25
623,376 623,376 0000000000000000000395b326e015b52f39d12b56a16b6c350f0f5a93f6b463 2,257 0.86/1.00 vMB 14
623,375 623,375 00000000000000000003eeee7bff21dcc0e59eb1cbdcb6f01b08f5b55dbc8a08 2,802 1.00/1.00 vMB 33
623,374 623,374 0000000000000000000c8057c102b087285b2e80f6eb0b771df08a740de96f8d 626 0.21/1.00 vMB 41
623,373 623,373 00000000000000000005bfcfeccc7c2d747ef2d6aed7ea02e5d5a29b378dc5a7 1,958 0.68/1.00 vMB 18
623,372 623,372 000000000000000000133ec270b6a8a44f63994c5b96c5ce2327e9b4bb74d286 2,774 1.00/1.00 vMB 32
623,371 623,371 0000000000000000000b2717c3d12d28037b3336dbab7b9bd2f3a9cbc6df466d 1,872 0.85/1.00 vMB 27
623,370 623,370 0000000000000000000af62e2543bbcf2a1503c848f7ba68ec82714c809129f6 51 0.01/1.00 vMB 32
623,369 623,369 00000000000000000003a8eb8dbdf1d83d5a6b395a98ed7349093668d49a21d1 233 0.10/1.00 vMB 22
623,368 623,368 0000000000000000001089d94af09d3cbdd039497a2f3cc95231f39132245ce9 1,727 0.68/1.00 vMB 24
623,367 623,367 0000000000000000000edab395eb42134a81490e4161ef298428c8570465b779 838 0.24/1.00 vMB 27
623,366 623,366 00000000000000000000a4cd9cafc3382b77144b824093af439f3d904579a5a8 2,253 0.75/1.00 vMB 20
623,365 623,365 0000000000000000000afd0ef4c038cc744a78abecb6a9e92cecdb2a096fb9d8 2,820 1.00/1.00 vMB 31
623,364 623,364 000000000000000000067beca775db5a577481622155085fec4f27234d665755 1,722 1.00/1.00 vMB 26
623,363 623,363 0000000000000000000e4fbd61ec156f64da7abd80893724b9680eb199ff8caa 2,553 1.00/1.00 vMB 32
623,362 623,362 0000000000000000000fb5b31346f0d5787a6420d2b77d1c382f1fae4ac26c0b 695 0.26/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.57 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: 671.24 GB
    • Received: 15.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.