Loading Tool

Explorer IconExplorer

Memory Pool

47,222 transactions
33.38 vMB
0.17249272 BTC
Random Selection Loading Transactions
Max Size: 168.61/200 MB

Candidate Block

Mining Attempt 48f1b1e9979a713b5ba9ee2248c3fead97062b1dc74466502e5b2e186949c333
Version 20000000
Previous Block 00000000000000000001def21d1078832ba461a782f9add81014e8b0240af40c
Merkle Root b609757988214d22d19f6fa212a8d0b77a3606953ad0537c13070c8872f862cd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,057
Size: 1.00 vMB
Total Fees: 0.08237177 BTC
Feerates: 301.57 > 8.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,358 (817,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
96,549 96,549 00000000000811f15d844254f02dae05ea1ced64c9172bf409028dc47eff6d29 1 0.00/1.00 vMB 0
96,548 96,548 00000000000727f7923d1ad207d80a5ae7bda509317b38f3e00ceb3ef0e14314 1 0.00/1.00 vMB 0
96,547 96,547 00000000000073a9adba01e28585c37b1e8a3f9cbc871c5156e17e924d844a7a 1 0.00/1.00 vMB 0
96,546 96,546 000000000006a605fed6cea1ad1411c2a8f229bdb9b83b54f397ef400e551433 4 0.00/1.00 vMB 1,453
96,545 96,545 0000000000054b5f384f12c273bd0e12fb62b7fa6391f25d6456b92d05550557 2 0.00/1.00 vMB 0
96,544 96,544 00000000000816d5ad67486206e60999bbdc642efd52d6d38887f85a2e843236 1 0.00/1.00 vMB 0
96,543 96,543 00000000000389fd99ab1bcc4708b11699b9818492335f49da06bf9353463ce7 1 0.00/1.00 vMB 0
96,542 96,542 000000000007188242f30e543dd26436f4e88bb1bbce0b301a5b1c80cdf3ee62 3 0.00/1.00 vMB 0
96,541 96,541 000000000005c23a4e245a43c7521a81a165b3a090817f977c63ec41751119c0 1 0.00/1.00 vMB 0
96,540 96,540 00000000000516edf3c148262fe37c769c9b2b8c1e65913f2462287c344d76cb 4 0.00/1.00 vMB 0
96,539 96,539 0000000000023e37b16cb3f3cbc92c39cd574a51cd29ef6d174961e54485261c 2 0.00/1.00 vMB 0
96,538 96,538 0000000000053548f6a7ee0775f039bda703e65ea9949fb3bd2193f3abedccdd 2 0.00/1.00 vMB 0
96,537 96,537 000000000000ef1f0f3946520716085d12764d3bc570a6c18bdc72bca7832c0a 2 0.00/1.00 vMB 0
96,536 96,536 0000000000059b7717d420d8a5278e438f773a0659a3b960cc0029526cfc303a 2 0.00/1.00 vMB 0
96,535 96,535 000000000004e7c5afee9044f0d8aa0f7a46a4ef2d5d33ac80206ce461cb8a2b 2 0.00/1.00 vMB 0
96,534 96,534 000000000000065f1c3a42acc69792a93c9d15a93964b2c27d7a759a854de8c3 1 0.00/1.00 vMB 0
96,533 96,533 0000000000055d27bac78e270609d452d69fa9939a93bd3660b1a62d64312e35 1 0.00/1.00 vMB 0
96,532 96,532 000000000006159482ae428c18ecbcaa3541929a4571f6f07e1db53478b7b615 1 0.00/1.00 vMB 0
96,531 96,531 000000000004f65708bce54f36d7b7981d456e2868e3f8e0bedfe2c1e7fe9373 1 0.00/1.00 vMB 0
96,530 96,530 000000000000197b37cc2c0fb6cf0f9cd02f669af35a09247160c9cd602e89bb 1 0.00/1.00 vMB 0
96,529 96,529 0000000000056efaf25e6acb4fbe3299d2da1535c0c98c67d84b3331b08f6d96 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.23 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: 591.73 GB
    • Received: 9.63 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.