Loading Tool

Explorer IconExplorer

Memory Pool

74,444 transactions
27.45 vMB
0.06950024 BTC
Random Selection Loading Transactions
Max Size: 167.66/200 MB

Candidate Block

Mining Attempt 1da08a97ce3cf7e131f67903cd9e926d54ee808b082f7b095d57490eeeb35287
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 13a25ad2c4bde84a7b2c4e4cd3a692071e2a95022f46fcba89374ed2310192cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,148
Size: 1.00 vMB
Total Fees: 0.01038555 BTC
Feerates: 80.55 > 1.04 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (253,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,588 661,588 00000000000000000001099c2cbc8e49746fb0482c75103442ca76c3b09b8443 1,454 1.00/1.00 vMB 20
661,587 661,587 000000000000000000011b397ce0c2ac7f0519dad3ca9d22120aa0bb2e304f38 1,825 1.00/1.00 vMB 11
661,586 661,586 00000000000000000001f13d5e1bc93040ddf7ade683b13bd1e316d7d238d8af 2,005 1.00/1.00 vMB 42
661,585 661,585 00000000000000000004606d3b3485de7f38b13c7fbc838c2ccfb687d0fade12 2,047 1.00/1.00 vMB 4
661,584 661,584 000000000000000000097c0748124dcf60bc2f85ed0c3cd937d48de45adb1ccf 2,248 1.00/1.00 vMB 22
661,583 661,583 0000000000000000000e1709d80a401f636a8844fbc53979269cfe70e38c265b 1,540 1.00/1.00 vMB 11
661,582 661,582 0000000000000000000b3464af6a9ef77ed8ccd72767d35f393d2cb63f89e2e3 1,842 1.00/1.00 vMB 41
661,581 661,581 000000000000000000056ce33dd3d5fd6294f94b25cba72a99f5581c96f48ed7 3,120 1.00/1.00 vMB 69
661,580 661,580 0000000000000000000cad2350df8ad16315b411c901157dc9cc7e41e5fb1f78 2,190 1.00/1.00 vMB 32
661,579 661,579 00000000000000000004da0b1298a733e3b0e98f334ab23dea07116c0cc62a7e 1,603 1.00/1.00 vMB 32
661,578 661,578 0000000000000000000b4a8f55ba8f9aa51e4c38d515e5b1a9c4889bd5146479 1,942 1.00/1.00 vMB 48
661,577 661,577 00000000000000000007d812ef8a8fd76c515c7751b4836e77b538e910535ebf 914 1.00/1.00 vMB 21
661,576 661,576 0000000000000000000ebe84a47ecaeaad0aa049b0baa7c0f990e0f198e30037 903 1.00/1.00 vMB 6
661,575 661,575 0000000000000000000a37dda700fa1525654a62dd7c2e7510287f4edd7bc831 1,958 1.00/1.00 vMB 18
661,574 661,574 00000000000000000001900ecfd4f9297f0b6301d0a3fac207ecb5973c78ffa9 1,884 1.00/1.00 vMB 10
661,573 661,573 00000000000000000007c8b33efdd8f13f50c682f20e0171947ad25e9147e19a 2,092 1.00/1.00 vMB 13
661,572 661,572 00000000000000000007c59159497e60746d51d88377948c541c6e98dd167444 2,473 1.00/1.00 vMB 39
661,571 661,571 000000000000000000088111af330adba3d0f6c4a6dfec60fbbe900f688502d4 2,479 1.00/1.00 vMB 60
661,570 661,570 00000000000000000007638b94ada4abd01f15a347850f807abbc4488b9af440 1,309 1.00/1.00 vMB 6
661,569 661,569 0000000000000000000de6ce8f743f7ce822d68ad88f19d6c33b3da667840082 1,365 1.00/1.00 vMB 25
661,568 661,568 00000000000000000004cb0ea5993e528134d76da82b7565a342f504106b9522 1,796 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.