Loading Tool

Explorer IconExplorer

Memory Pool

80,607 transactions
30.00 vMB
0.12267725 BTC
Random Selection Loading Transactions
Max Size: 180.47/200 MB

Candidate Block

Mining Attempt 5f1bcaa1c530e58155e4c8a3b27e9bc505c7f4afbfc1d1a7bb8519c633489af0
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 13a4c5a83202aceb990e5e525862b9bc5f94a60b8f3192ae6413cabe3b994b7c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,602
Size: 1.00 vMB
Total Fees: 0.05064079 BTC
Feerates: 242.90 > 5.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (192,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
722,301 722,301 00000000000000000009cd2546fb4b6a0242ce7fdf7bd1a647541373f2e1bb77 1,991 0.75/1.00 vMB 13
722,300 722,300 000000000000000000082807c981a78223e2b5a84e0b81e2cdbcfc179e3eff0b 750 0.27/1.00 vMB 12
722,299 722,299 000000000000000000055fa36c630c99300edeef7f2c8a5c2c69e049a5fa126f 1 0.00/1.00 vMB 0
722,298 722,298 00000000000000000009a862abbe6ed393c2684d7c4d761bb8e053ab91639f3a 441 0.94/1.00 vMB 1
722,297 722,297 000000000000000000001e45cbf90a810dfefdb34866dc890968d71e0db246bb 1,020 1.00/1.00 vMB 3
722,296 722,296 000000000000000000056c1b986ad7e56d1f3ed15eb26c6e3e2ed31aea8c85e5 1,658 1.00/1.00 vMB 11
722,295 722,295 00000000000000000004dcd3f0d7fd5ba25aa66d6cd67825ecbdf3210fecb14c 2,626 1.00/1.00 vMB 8
722,294 722,294 00000000000000000003e332ab5ae0502d2b5b01f19d353fb01562cc6bd49754 2,555 1.00/1.00 vMB 14
722,293 722,293 0000000000000000000725ebf100729d7d7d8b5e48d5f1573d092f9d0e5be815 1,065 1.00/1.00 vMB 7
722,292 722,292 00000000000000000000927f5a427711087b23bd8e868cb47e98b77f8f5a82e6 1,130 1.00/1.00 vMB 13
722,291 722,291 000000000000000000017ed08cccbf7d33973ffda1ebdd6eb98fc466acbc0fe1 2,056 1.00/1.00 vMB 17
722,290 722,290 00000000000000000001a58e2fe0abdcb7ada03dba002743933465e43af5a96a 567 0.30/1.00 vMB 7
722,289 722,289 0000000000000000000a48bd0d86e50608557f2af0069154e7886d5c03b8cb14 1,576 0.98/1.00 vMB 3
722,288 722,288 0000000000000000000056443f4dd835bbb81cf98be984069687d3800543f73d 2,645 1.00/1.00 vMB 16
722,287 722,287 000000000000000000064311d4e2c4fc965618249e40127178b9912d50dfc096 1,940 1.00/1.00 vMB 6
722,286 722,286 00000000000000000002b27a2aa2c6ca2acd031ad1cd03d0f53c428509f51e40 2,808 1.00/1.00 vMB 17
722,285 722,285 00000000000000000007a960363b6978052f585265efd07792470cb2e6d8c62b 747 0.40/1.00 vMB 9
722,284 722,284 0000000000000000000a46ceebdbeadcb59aaee0885a69b6e6c39392e3bb0a01 64 0.02/1.00 vMB 17
722,283 722,283 00000000000000000000145611ffb69a46d056faa3357ab23e1787b38b6ced0b 1,135 0.57/1.00 vMB 10
722,282 722,282 00000000000000000009c16eb6de1870356798bdd4313e252ffb4d07292e615c 1,329 0.64/1.00 vMB 11
722,281 722,281 00000000000000000009fd468fed6d538e9e01ddba0f95a1e04a1c08b53ac9bf 1,037 0.47/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.