Loading Tool

Explorer IconExplorer

Memory Pool

42,590 transactions
27.88 vMB
0.08058932 BTC
Random Selection Loading Transactions
Max Size: 144.02/200 MB

Candidate Block

Mining Attempt 408236b3f194fe6f76aac383f0282cad5dbb20007c4c7a1c53adbd4deb114a5c
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root 8b6a0782cb56f3afb418b1493d99d8e8d84631476f1b2c84f89c044a77fdd579
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,116
Size: 1.00 vMB
Total Fees: 0.02374376 BTC
Feerates: 180.63 > 2.38 > 0.60 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (312,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,674 601,674 0000000000000000000239d39ee31673f517e5c282abc6516e3158a63b22c46b 2,797 1.00/1.00 vMB 27
601,673 601,673 00000000000000000011501752eb752abae97e06261cfdb420c2e1271d68ec78 3,267 1.00/1.00 vMB 45
601,672 601,672 0000000000000000000bc35f6412b709be84185e4ac3ca86d78fd7f75b405b29 2,935 1.00/1.00 vMB 36
601,671 601,671 0000000000000000000436dd7fc65babda699173ba431b5fb3ba499b3c653723 2,552 1.00/1.00 vMB 31
601,670 601,670 00000000000000000000df424d99afdf7d8972ba6a4c5ddc25beabff51e3e151 2,707 1.00/1.00 vMB 53
601,669 601,669 0000000000000000000b68530a741fe41e2ec4f26d55157fd759e2c3efc1f33e 2,759 1.00/1.00 vMB 45
601,668 601,668 0000000000000000000185f173025fca34c7a088cb709f1417932bc9840a28ae 2,716 1.00/1.00 vMB 41
601,667 601,667 0000000000000000000a99c16a3891e77aa5afecf144cb698f297f270094ba5c 2,676 1.00/1.00 vMB 38
601,666 601,666 000000000000000000119ca8e79eb1cbbf05f32a9d2ac7cecb4c96c873c0b330 2,753 1.00/1.00 vMB 41
601,665 601,665 000000000000000000054aafe9c50636e8b8ad69c3564676c1e8e92e2f772939 2,860 1.00/1.00 vMB 20
601,664 601,664 0000000000000000000bad6d49b086feb1d654048789325da4bc6751000fc253 2,557 1.00/1.00 vMB 48
601,663 601,663 00000000000000000000f643d7d6a82f450605a2357546e492fd759ddca0ae1a 496 0.25/1.00 vMB 19
601,662 601,662 00000000000000000010180145f639500b099b39900d583c3558a888085af68d 1,740 0.57/1.00 vMB 29
601,661 601,661 0000000000000000000aeea57e54d70fcf685ffcd7d953b813aface11c2baee4 1,354 0.45/1.00 vMB 26
601,660 601,660 0000000000000000001443a87001de44dfc48ba710e07ffaf78d3d2c1f2b1698 1,158 0.33/1.00 vMB 24
601,659 601,659 0000000000000000000bd01600712cd1d64e5defec063766f27a6869d331c90d 514 0.20/1.00 vMB 24
601,658 601,658 00000000000000000002c7772565d804f702ca7e84d1e9ca7b5bbf3707f9a8d9 1,960 0.71/1.00 vMB 26
601,657 601,657 00000000000000000011779fb4e083694576638409a97b16b835e31e84e3e187 2,382 1.00/1.00 vMB 3
601,656 601,656 0000000000000000000ec1a9a85ec15d5c7bcd8be807b63f791b4b6f090090af 2,519 1.00/1.00 vMB 30
601,655 601,655 00000000000000000002b5238996baac2d71063d6c53b240a874a38da9641619 2,280 1.00/1.00 vMB 19
601,654 601,654 0000000000000000000d9243970b9c195a0287f76296a13e2d91410e41d7d1a5 2,585 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.79 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: 634.08 GB
    • Received: 12.24 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.