Loading Tool

Explorer IconExplorer

Memory Pool

77,087 transactions
28.81 vMB
0.09693735 BTC
Random Selection Loading Transactions
Max Size: 174.82/200 MB

Candidate Block

Mining Attempt 25fed3b25ec916c016b758d33c6df98454e24eebf69555bafcad5b0f3b974cf0
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 292b185ee8933cb591660b6cb0301482b3d4fb1b3b1f4da41a14185ca09dc473
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,200
Size: 1.00 vMB
Total Fees: 0.02927067 BTC
Feerates: 180.82 > 2.93 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (253,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
661,567 661,567 0000000000000000000de69d6780ee5a3480b45d78d21db90608b5416c18e058 1,746 1.00/1.00 vMB 14
661,566 661,566 0000000000000000000ca2ae1f12ec5f1ee89cf8913fa7513cb955fc9e74fb16 2,167 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 712.90 GB
    • Received: 17.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.