Loading Tool

Explorer IconExplorer

Memory Pool

22,585 transactions
23.31 vMB
0.02755038 BTC
Random Selection Loading Transactions
Max Size: 125.15/200 MB

Candidate Block

Mining Attempt 29d681f520c4b4fa18c4785882285d1993b1cdb219be49af7c4f1002b87842eb
Version 20000000
Previous Block 000000000000000000003c79d8b073e2548fa535d4044a0094a887d408f34291
Merkle Root f988321c6fd235d1df105740790a47a0c777bf76a0644c3b906e1873965be460
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,533
Size: 1.00 vMB
Total Fees: 0.00222146 BTC
Feerates: 30.11 > 0.22 > 0.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,504 (89 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
939,415 939,415 000000000000000000013c1418b2b80b0c8db4c4597a4d8ac4f59681950e5505 1,705 0.54/1.00 vMB 1
939,414 939,414 00000000000000000001a4663b467dda2eb45f9f893afb47d1d66eabf39af8c3 3,774 1.00/1.00 vMB 3
939,413 939,413 00000000000000000000f172bc82cf9a9dcbf91044a9c9fbe78d0e628a95c766 3,672 1.00/1.00 vMB 2
939,412 939,412 0000000000000000000156fb299f421dbc504f4e310675cc9883c372f468b9fc 3,329 1.00/1.00 vMB 3
939,411 939,411 00000000000000000001429d338765d587284f0272e3c3afa7f47e64bb132d7e 2,655 0.81/1.00 vMB 2
939,410 939,410 00000000000000000000544c0a8c153dcd6b6a352451e30b797998fcac68a5f7 4,010 1.00/1.00 vMB 0
939,409 939,409 0000000000000000000056451573338c5ceb6cd82b994dcedeae19baea3010d7 2,702 1.00/1.00 vMB 2
939,408 939,408 000000000000000000004362e36ecc330ee6d12945059dc0ba8d93eec9ecba85 3,278 1.00/1.00 vMB 3
939,407 939,407 000000000000000000011af2e21aa56e0f91b9b97097e1e65d5d73dfd0187eac 3,732 1.00/1.00 vMB 7
939,406 939,406 00000000000000000000a67283c0bccf96ac1aca55a06a7e429042ec61de1d7f 874 0.30/1.00 vMB 1
939,405 939,405 00000000000000000000cf31d8e5d5b6448c32ce96abd34125e9a57b44f1e4a5 3,629 1.00/1.00 vMB 1
939,404 939,404 00000000000000000001528c677138c2bf1a3c71a324c8b8e3b0d82d5b4d52e6 2,355 1.00/1.00 vMB 0
939,403 939,403 00000000000000000000c39ba7e6fd82204ea9ae36bf5d5f940a5b002e103a25 4,903 1.00/1.00 vMB 0
939,402 939,402 000000000000000000006cee485c42e12150f272cc8da2256651ad42bf5cfa6e 3,959 1.00/1.00 vMB 1
939,401 939,401 000000000000000000015b7e50f5672a866a74ff3accfca57bb7b08b7b938dd4 3,094 1.00/1.00 vMB 3
939,400 939,400 00000000000000000000c5c79794084e57ec6704ba6210186055dd9d960bf630 3,512 1.00/1.00 vMB 1
939,399 939,399 00000000000000000001313e6b4d19ebcd59e399a2234410f4f162d245257ae3 158 0.05/1.00 vMB 2
939,398 939,398 000000000000000000003f7fcb4385e5c7437db2fa6b518a54c45426f72643f0 35 0.02/1.00 vMB 3
939,397 939,397 00000000000000000001191bb7137931270b7cd4da538e4488015eddac8a3d59 4,312 1.00/1.00 vMB 1
939,396 939,396 000000000000000000015ac6426be23eab9bfda269b1a255d4272f0bc15e130b 3,997 1.00/1.00 vMB 0
939,395 939,395 00000000000000000001cc520a221f74f878413ff62bbbe798400de6cd430f43 3,426 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 825.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: 4,269.79 GB
    • Received: 235.32 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.