Loading Tool

Explorer IconExplorer

Memory Pool

39,522 transactions
29.09 vMB
0.07685297 BTC
Random Selection Loading Transactions
Max Size: 147.12/200 MB

Candidate Block

Mining Attempt 1d7cc0f9476c2579c446d89e3c4dda95796b605d7a0d5bcf21f5b16557e0cb67
Version 20000000
Previous Block 000000000000000000005f6e061237a1b3be90d7e91949057a34a7b5facf2fa9
Merkle Root 6070ae8620536ae0730f7c05c45cd0d88a58a5ac47d479ccad40c5d3ae3dc94b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,255
Size: 1.00 vMB
Total Fees: 0.02006709 BTC
Feerates: 301.05 > 2.01 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,529 (464,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
449,659 449,659 000000000000000000a26864de375fe086c088ee3831d366e075f57feb380343 1,952 1.00/1.00 vMB 66
449,658 449,658 000000000000000001a66dc4716b118b127e576e5514666312c66e56e9eda410 2,794 1.00/1.00 vMB 93
449,657 449,657 00000000000000000015f627cd5dcdc3733b355756e5de55601c05d944384a58 2,471 1.00/1.00 vMB 101
449,656 449,656 000000000000000000e5fe89d506b3de1f1742ff2367f2ecf65d4b2405fa0c37 2,382 1.00/1.00 vMB 90
449,655 449,655 00000000000000000256bd4c332a08f0dc3ef44305bf7c7eed5b263c37290f9a 2,191 1.00/1.00 vMB 83
449,654 449,654 0000000000000000020ed36c1d176f9f687c8aca257be8740e6b8f5ce1846952 1,647 1.00/1.00 vMB 58
449,653 449,653 000000000000000001f5a9b6b114c9a97d283a210b523d1282e0cbd288a26a3a 1,521 1.00/1.00 vMB 91
449,652 449,652 00000000000000000093552e926b5a97ac8e451f6c9b2871304fc71650fc4031 1,418 1.00/1.00 vMB 101
449,651 449,651 0000000000000000004564510b11d63a9c1e094b448cdb615e854288e3289a94 2,190 1.00/1.00 vMB 87
449,650 449,650 0000000000000000003c934622001e075b8cddb8626b39c2d8bf5128b070afad 2,490 1.00/1.00 vMB 70
449,649 449,649 000000000000000001a1df4c383ba31eaef0848607c9bc439c907b1742b1c8d5 2,267 1.00/1.00 vMB 102
449,648 449,648 0000000000000000020a549d69e2938542ef72df0833608cf612bf99aac8aeb7 750 1.00/1.00 vMB 54
449,647 449,647 00000000000000000283d2e076f278f27243bb6a662159ebdcbee718d1da7077 1,821 1.00/1.00 vMB 71
449,646 449,646 000000000000000000941ad900d0e615be3590667b6a71ce76406f5983efe0bb 1,654 1.00/1.00 vMB 68
449,645 449,645 0000000000000000025600b81ea7c4f1dfcb188524f4a9ec945a10c82657fafb 2,028 1.00/1.00 vMB 80
449,644 449,644 0000000000000000023a4d09d747f131a95cb40d5a9bfc98f3fc0f5631ce2a15 492 1.00/1.00 vMB 62
449,643 449,643 000000000000000001d71ca815e7805733c98127a8e220231e2d1b96b5d28735 1,894 1.00/1.00 vMB 80
449,642 449,642 000000000000000001e3e885c35f0fcbcf109305df5d6c370395da8074eed1bb 1,167 1.00/1.00 vMB 60
449,641 449,641 00000000000000000185c56ba6d505cf2483729b218ee39510ac223fa59f66b5 2,372 1.00/1.00 vMB 73
449,640 449,640 0000000000000000012f546492bb8fcf7c948d90c81c8f36aac0ab585f0d1163 1,590 1.00/1.00 vMB 86
449,639 449,639 00000000000000000085dfc5d1ee433ddea15c972505828b06f5e82b7474f4ed 1,795 1.00/1.00 vMB 106
Previous 10 blocks ↓
Total Size: 781.55 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: 621.67 GB
    • Received: 11.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.