Loading Tool

Explorer IconExplorer

Memory Pool

76,570 transactions
27.46 vMB
0.06774441 BTC
Random Selection Loading Transactions
Max Size: 168.38/200 MB

Candidate Block

Mining Attempt 7190657a615d87698b26a9e6c38f66cf32ff09bdb9c25ea63d049d64d4de4700
Version 20000000
Previous Block 00000000000000000000689f5aac8f3b2931b26ac31fa880ea1b747dd3d324e4
Merkle Root 2e4927848563691b7f8c3de33f0f1688092732a6c69e8b585f10b45a7351ce8d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,131
Size: 1.00 vMB
Total Fees: 0.00928474 BTC
Feerates: 59.19 > 0.93 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,321 (483,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
431,679 431,679 00000000000000000457a463554637dbcc6006753f2c1948d501cc00d1959b6d 1,876 0.75/1.00 vMB 67
431,678 431,678 0000000000000000046453022c960f9f56597eda9662afc18fa5952240541d4e 2,998 1.00/1.00 vMB 79
431,677 431,677 000000000000000001ca2c8a8aae378b88fac94d7ff0e0028f551763d8e4f741 1,696 0.99/1.00 vMB 40
431,676 431,676 00000000000000000068b4cbe7b193db8d0da3d6798fb409b37d0b76480c12ab 2,784 1.00/1.00 vMB 64
431,675 431,675 00000000000000000392381eb1be66cd8ef9e2143a0e13488875b3e1649a3dc9 2,160 1.00/1.00 vMB 50
431,674 431,674 0000000000000000022d82cc48423626ca1f790ca8da3bed4182bbe46e9a45a3 1,842 0.75/1.00 vMB 55
431,673 431,673 000000000000000000aa27dc6e8efc01ad1bae6f1336b7656d0cf4a37ad64fa3 2,672 1.00/1.00 vMB 69
431,672 431,672 000000000000000002f77627f58f4c8675d71102a574aa51913bca6e4b9e008f 2,053 1.00/1.00 vMB 45
431,671 431,671 000000000000000002554ef4ee2457b82dbe14c7268324fc3e4e073c48419f43 784 0.34/1.00 vMB 60
431,670 431,670 000000000000000002fcc73a3b6adfd2b8ca85459d228bfa34e5bda32eccf4f8 2,701 0.98/1.00 vMB 60
431,669 431,669 000000000000000000f24e65111479e254c8b47b73a51d6d01a2beb0dc0feae1 1,650 0.79/1.00 vMB 46
431,668 431,668 0000000000000000023bb161b8bf55811d1d4fdc784141d3a6b49801c8a312fb 2,712 1.00/1.00 vMB 63
431,667 431,667 0000000000000000013bdcc2d47071d5d5e8eb0820942338ae2e0be29f3a295b 646 0.28/1.00 vMB 55
431,666 431,666 000000000000000003a00ba995388fc9605f8ca40649fd22d512e25ca01e6e95 1,520 1.00/1.00 vMB 34
431,665 431,665 000000000000000001d0c85c18a583485e45f56b53a1a52e2af34800f7cb54dd 1,352 0.61/1.00 vMB 55
431,664 431,664 000000000000000002e4617e99f3160d750b6f01635665168af37f2142040710 1,073 0.78/1.00 vMB 28
431,663 431,663 0000000000000000047f3d9b230c3182b20c4f6fa82d29163d93cbf160b6117c 2,419 1.00/1.00 vMB 68
431,662 431,662 0000000000000000040de14ca121f81f226aef7a712224a27c07424cfd86a224 228 0.09/1.00 vMB 65
431,661 431,661 000000000000000000ca256e5fe5674322ec58a7029781467939fc6a386863f1 789 1.00/1.00 vMB 22
431,660 431,660 00000000000000000343d619e3d50ed113c1fee6e4ce9e1440f9a8b1d51be1c5 1,422 0.52/1.00 vMB 62
431,659 431,659 000000000000000001109edf403cc62539f941a0df5e1665740945ca0c00af51 2,295 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.95 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: 715.04 GB
    • Received: 17.64 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.