Loading Tool

Explorer IconExplorer

Memory Pool

78,400 transactions
29.38 vMB
0.06613359 BTC
Random Selection Loading Transactions
Max Size: 176.61/200 MB

Candidate Block

Mining Attempt f4bc441e31091f13c60a9c0b529150ab96776ba6b17ec33244e982b75f30f048
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root a229dcd46cfb1cca86854e9370720ab42b008fa9843d31cad7e87abea624b082
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,284
Size: 1.00 vMB
Total Fees: 0.00657325 BTC
Feerates: 50.25 > 0.66 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (424,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
490,527 490,527 000000000000000000361e4434170b5b3f0f10982be9e75207be7254cd25c84a 2,799 1.00/1.00 vMB 148
490,526 490,526 000000000000000000cfad1dbb5ab8364b478931a4b7c6fce529ccaeb06147c0 2,374 0.92/1.00 vMB 161
490,525 490,525 000000000000000000a7d9e9aade4a528708e95554ae90470624cffac88d57b5 1,996 1.00/1.00 vMB 184
490,524 490,524 000000000000000000744e20644e78e3d9d4b33acd84d2e8921f8bc190a6abca 2,400 1.00/1.00 vMB 126
490,523 490,523 0000000000000000007c08d02f9446ec396f36ca4185aceec63fdf1ff237420d 1,818 0.93/1.00 vMB 175
490,522 490,522 0000000000000000003d9353bfa4d2eee72fbdd90a57c040e49985f44679a1c6 2,531 1.00/1.00 vMB 130
490,521 490,521 0000000000000000004502aa082f2be7b793c527870ae4896a4321d7331ed2dd 3,074 1.00/1.00 vMB 147
490,520 490,520 0000000000000000007cbea3101b97c9229277794bd1c640795a1ec124108d89 2,310 1.00/1.00 vMB 152
490,519 490,519 0000000000000000006fa69aa838d8631771a8302a85e3ae0c4d81da59c714c1 2,760 1.00/1.00 vMB 169
490,518 490,518 000000000000000000878235c9e36ba8cbedc3c1ea8e3b5f477026fbb455c325 2,303 1.00/1.00 vMB 190
490,517 490,517 0000000000000000004c9d17a0988e9822b968db80e87c55cf95b2ee6ae8b129 2,717 1.00/1.00 vMB 189
490,516 490,516 000000000000000000789f63bc849ce62cbacb2557ddac7edb7c1fa40193b2e2 1,748 1.00/1.00 vMB 209
490,515 490,515 0000000000000000003a23912cd8fa8538d102cd464dd63d9fbfd0e7eee9487e 2,277 1.00/1.00 vMB 109
490,514 490,514 0000000000000000008a846aba8a6a1bd7fa00868dab9709c47812f836f85661 2,382 1.00/1.00 vMB 132
490,513 490,513 000000000000000000e9d99ddd53b98b1bab446d342f374d791766bc932df505 2,718 1.00/1.00 vMB 132
490,512 490,512 000000000000000000bbd4cead0381f3915897323bcf55ecbbc9332552b48ad0 1,824 1.00/1.00 vMB 164
490,511 490,511 0000000000000000001c1cec2cf47a5865d4f74e8c9086b0ebc020b060480cb9 2,378 0.94/1.00 vMB 187
490,510 490,510 0000000000000000001077b484ed0659e5992371c12a70cc6ffe815a74b8ee38 2,600 1.00/1.00 vMB 218
490,509 490,509 000000000000000000cd74d3024470a4e206096e3a6ce5091bcfae787d5d32df 2,505 1.00/1.00 vMB 169
490,508 490,508 00000000000000000015f39dc431063116da90677b54d7b123f74a01392f9b08 2,725 1.00/1.00 vMB 139
490,507 490,507 00000000000000000048673da78fce4701f517b60ebe6f8b5b2760535d5d75e9 2,678 1.00/1.00 vMB 257
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.