Loading Tool

Explorer IconExplorer

Memory Pool

48,808 transactions
29.72 vMB
0.09236515 BTC
Random Selection Loading Transactions
Max Size: 158.24/200 MB

Candidate Block

Mining Attempt dfc9049f01bbf166609d9d8d74eb56b734d23f26caa66a8e423e3875c4200205
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 5f9f59bc7c25ee47b853630523c6a34bc453b420f8bbdbf35c09041803c3ce99
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,039
Size: 1.00 vMB
Total Fees: 0.02956472 BTC
Feerates: 105.02 > 2.96 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (435,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,424 479,424 000000000000000000c6d02800359be1704c7a3ded9e4a6de2361838ef1b732e 1,932 1.00/1.00 vMB 81
479,423 479,423 0000000000000000007ea71e4d370f20692cb243a9104dde376edfb5a3302a41 1,661 0.99/1.00 vMB 77
479,422 479,422 000000000000000000d1f469b0fee854307013c8f624dfefaa2c4bbdda4e8a48 1,263 0.99/1.00 vMB 35
479,421 479,421 000000000000000000cc6787ecc9309b6cb8c589adc1cff313309e9939235cb4 2,115 0.99/1.00 vMB 112
479,420 479,420 000000000000000000b92739daeaa71eb2a5c38f0a448eee7101e3991beaaff7 1,195 0.67/1.00 vMB 75
479,419 479,419 000000000000000000075e41e7a68dc93d11f6b93b648482b5ca423ff81f5cf6 1,478 0.99/1.00 vMB 66
479,418 479,418 000000000000000000a1e0100702da10ab036b869dbcae8c5e4cda7821aa673e 620 1.00/1.00 vMB 23
479,417 479,417 0000000000000000008818199e4bfb65325794b1f96769e1e269b4ec0adcc47d 542 0.74/1.00 vMB 13
479,416 479,416 0000000000000000000612b66f75093a72196ec59a7a3f975388ecad7f257eb7 2,394 1.00/1.00 vMB 55
479,415 479,415 0000000000000000009f743ed862b5253cac14578ba8c1ae97fee9016ea7dc97 2,037 1.00/1.00 vMB 80
479,414 479,414 000000000000000000d5923bd249241cf7579503854955286ab9ced355352a4b 2,284 1.00/1.00 vMB 144
479,413 479,413 000000000000000000acff32d07fd03fb7b99d7ba12af10005d055462a0bb8f3 2,072 0.99/1.00 vMB 85
479,412 479,412 000000000000000000a13bcfbdb89ebf16e69b496dab50786fc3d05728585638 1,278 1.00/1.00 vMB 66
479,411 479,411 000000000000000000724c4e0274a3f819125ac07855fe296d39594693ac9b40 1,680 1.00/1.00 vMB 62
479,410 479,410 000000000000000001170f7e1aee16cef259489b5677a3eb76fb592946ffb2eb 1 0.00/1.00 vMB 0
479,409 479,409 0000000000000000005105394f3c4dd37e71d30b093a069acd8e033863da0c65 1,751 1.00/1.00 vMB 125
479,408 479,408 000000000000000001390503c501d5e7fb78d5423cfbdf03862c14209ceeae02 1,198 0.99/1.00 vMB 40
479,407 479,407 00000000000000000045b855bc2900a02af54be1af9a38a24fe0a1348a7de2d0 1,831 1.00/1.00 vMB 99
479,406 479,406 0000000000000000006a31b2f0b46698f6ef545873c2ee76c9673219ca8a591d 114 0.06/1.00 vMB 95
479,405 479,405 000000000000000000bab57f0a0bb2e5b22b55caf720fa1128053acdcf73442f 1,768 0.99/1.00 vMB 74
479,404 479,404 000000000000000000b5e5bc7ababd8b5654864862f4c3af1d5d0ccf54587de5 339 0.98/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.