Loading Tool

Explorer IconExplorer

Memory Pool

74,329 transactions
27.58 vMB
0.07492819 BTC
Random Selection Loading Transactions
Max Size: 168.02/200 MB

Candidate Block

Mining Attempt a214eb4e306df119992c0ef487b9d7c5124ab5cebce2ef39836c39ced2ee1be2
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root eaac43b978b6681d1fb413e2248d89c0964c000179d0934a0f4669d6a72a05d5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,060
Size: 1.00 vMB
Total Fees: 0.01607621 BTC
Feerates: 402.60 > 1.61 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (545,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
370,309 370,309 000000000000000011ef38a573e1ed4e4e1f86d70e172f7bb746b15e90b53c15 48 0.02/1.00 vMB 37
370,308 370,308 000000000000000004de6711e8278d5bf27306b86f859ecb1d16b507e9cebaf8 395 0.23/1.00 vMB 30
370,307 370,307 000000000000000005aa6dbc0a57b298859134db63e8d367f159a6d8023b3dfe 77 0.08/1.00 vMB 14
370,306 370,306 00000000000000000f0e67c03fed08ad7f70599c68704940b99462280b68c9db 663 0.32/1.00 vMB 42
370,305 370,305 0000000000000000013e709ac0ba82c596bcf9218e3643b2c88ddc6c88189a81 782 0.39/1.00 vMB 34
370,304 370,304 00000000000000000b220d48e296f0e0ca7705b30ed9641a46af7619139ba3cd 862 0.47/1.00 vMB 39
370,303 370,303 0000000000000000067a73f677036f5055f1c6daaf72ee5a925a45186b27e5ef 418 0.37/1.00 vMB 23
370,302 370,302 0000000000000000145a632a7c33f0170124525b3ac2f08d1be146bf5c8f87b8 1,878 0.93/1.00 vMB 38
370,301 370,301 000000000000000013dd480cfb2a7603d59ded673f4fde7db68c74043763b9c0 1,704 0.85/1.00 vMB 42
370,300 370,300 00000000000000000802d5c518c931bf013f560c4907625abe64c3c41542028c 810 0.61/1.00 vMB 20
370,299 370,299 00000000000000000548b45d1ff983df2ccccd9a26e7dbd8170bb635bff959f6 1,775 0.75/1.00 vMB 49
370,298 370,298 0000000000000000091706f5cea41f356dce519e2a6a3b48fb689b932986366a 771 0.37/1.00 vMB 41
370,297 370,297 000000000000000009cd8bcc3c5d340ad6858c2a5442c408e3ef264a7aed8d15 1,904 1.00/1.00 vMB 34
370,296 370,296 00000000000000000dfb520bc1e1b50f15795e675b838b5382fb74829b9e89c5 260 0.20/1.00 vMB 28
370,295 370,295 0000000000000000071bf9529576eaa6d6885c49e1b34adbf129b23faa441f8d 1,439 0.93/1.00 vMB 31
370,294 370,294 00000000000000000c4f10e4eb44e792f4bc4dccafebe275eed19313f9fbf830 2,682 1.00/1.00 vMB 53
370,293 370,293 00000000000000000588d85f7b19a9b98bc65ca105d48e55ceb04f4f5e00d476 2,720 1.00/1.00 vMB 54
370,292 370,292 00000000000000000aedefc7c21fc291bb741df08ac84f19767187b2bf8be2e7 820 0.36/1.00 vMB 40
370,291 370,291 00000000000000000b39df66e19acb95f1764f20039a6f6e94ec48242412be46 1,470 0.83/1.00 vMB 39
370,290 370,290 0000000000000000127940f542cfda6e54f82c1d203d523e1575e77e1ac59f96 354 0.16/1.00 vMB 37
370,289 370,289 00000000000000000c3cbdf55061f387f1dd38adc182e38c1c362a5e59afef6d 224 0.12/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.94 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: 714.87 GB
    • Received: 17.61 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.