Loading Tool

Explorer IconExplorer

Memory Pool

82,873 transactions
31.88 vMB
0.11912427 BTC
Random Selection Loading Transactions
Max Size: 191.28/200 MB

Candidate Block

Mining Attempt 5f4a5324bd536e981225ff61f60bbc2dd111e1b2f4f15cd27fecb9de6cff4fb1
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 9cb5ce5c9f0786bb933f62b366efc6833535c821da3f0566c53790ccc37964d0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,728
Size: 1.00 vMB
Total Fees: 0.03137597 BTC
Feerates: 318.30 > 3.14 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (31,763 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
883,590 883,590 000000000000000000018d54e2688f9ec9ff1e98b9fa37d5e9c80d3571c0ee47 655 1.00/1.00 vMB 1
883,589 883,589 00000000000000000000c12bf8b10e29c8267181f850bcc17ab6b2733bc23dc4 1,952 1.00/1.00 vMB 2
883,588 883,588 00000000000000000000b1c1dc40e2299515217ff11745e07a1f9078f06cb783 881 1.00/1.00 vMB 1
883,587 883,587 00000000000000000000c527fb1fe763b674c9d6fc20071795e2d010b1b890c6 1,549 1.00/1.00 vMB 2
883,586 883,586 00000000000000000000f58a4a16ed438c739128ab4b896b9472259ca5d781fe 559 1.00/1.00 vMB 1
883,585 883,585 000000000000000000025db9cbbdd694caef00660c7bc0d14d67ba7b211e12bb 3,289 1.00/1.00 vMB 3
883,584 883,584 0000000000000000000260a692d46c52216a27fe15cfd9bc519a4b6fca50d149 314 1.00/1.00 vMB 1
883,583 883,583 00000000000000000000b875a054e79ec1075c6b6e9256f15c73f4f044c04350 3,296 1.00/1.00 vMB 3
883,582 883,582 00000000000000000001f1c5e34ffcdb1ac4469c5ba24c5db65212998f46e05d 2,118 1.00/1.00 vMB 3
883,581 883,581 00000000000000000001adc9ac7d0adc5196fc7e01b711a0a9baa810ecb6d2b6 1,498 1.00/1.00 vMB 2
883,580 883,580 000000000000000000017fc45eddc3ad8be5fc6f575b33e5e14e1e9ac170d05f 616 1.00/1.00 vMB 1
883,579 883,579 00000000000000000000e3122c25235d464a686cb963a1b99f0aa95facbb1ddb 3,536 1.00/1.00 vMB 4
883,578 883,578 00000000000000000000239ed7a801218e3fb75aa4245a395cf022e3fca9e2c9 3,675 1.00/1.00 vMB 5
883,577 883,577 000000000000000000009cd680a83a3971d0010d75148abeba89efc7fce4eabf 1,950 1.00/1.00 vMB 2
883,576 883,576 000000000000000000013c8799125e2c9773ba759ccb67ed7802611c472036c9 3,396 1.00/1.00 vMB 4
883,575 883,575 0000000000000000000004d5b79e589833554abe94fba52d3f90950312303646 3,442 1.00/1.00 vMB 4
883,574 883,574 000000000000000000007035cdad32fcae67a9fff03cb71a96ed9c77ddabeb19 447 1.00/1.00 vMB 1
883,573 883,573 00000000000000000001e9767dfac093fde9e49e7f20e1b0a2d8bf633f9daaa9 2,034 1.00/1.00 vMB 2
883,572 883,572 00000000000000000000aa3b70c19445334f3fcd8e734bac52762a51136a51c1 1,249 1.00/1.00 vMB 1
883,571 883,571 00000000000000000000e2ff75801c29b07cbdf0b5c70894d861c6a8a35f0d0a 3,754 1.00/1.00 vMB 4
883,570 883,570 000000000000000000022ebfcb4fed932e216421335227fcc4968b9a27b48c14 327 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.00 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: 718.81 GB
    • Received: 17.95 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.