Loading Tool

Explorer IconExplorer

Memory Pool

36,752 transactions
28.25 vMB
0.05928183 BTC
Random Selection Loading Transactions
Max Size: 142.36/200 MB

Candidate Block

Mining Attempt 298c11c84be385594e409e4ac3be2fdaf587c7067d8244bfc272e999a61c4956
Version 20000000
Previous Block 00000000000000000000dcbb4606097e1e6e647621e87ea85d7afc7a11a5f479
Merkle Root af61f6ac01222c4e0dfb43e5c7c624e19e3872902593d166a43d3f9f049d3ac4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,640
Size: 1.00 vMB
Total Fees: 0.00500820 BTC
Feerates: 100.84 > 0.50 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,547 (415,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,985 498,985 00000000000000000018b5826f4deb0a117b6fbde5e1e419eaf99cb77ddbdc2b 2,877 1.00/1.00 vMB 361
498,984 498,984 0000000000000000008fb52abb1a8791ad96890cbace04cc13c6fa385e12b27a 2,897 1.00/1.00 vMB 401
498,983 498,983 00000000000000000014a3a49d452bd5c0faf5df5cb5fa4c9cb3a7aa3c872c43 2,198 1.00/1.00 vMB 438
498,982 498,982 0000000000000000006024e99a101c502dc0de142771b0a16595344d93c48565 2,627 1.00/1.00 vMB 286
498,981 498,981 0000000000000000004abcebec38094e040518545010f1e5192779e4b8e29fef 1,844 1.00/1.00 vMB 265
498,980 498,980 0000000000000000007d7a96ed2cd3e095a359c6d1b357808ecddbea140c3da0 2,868 1.00/1.00 vMB 367
498,979 498,979 000000000000000000a65d224d2f2041d52611e044adf6bd19fff3c29711c718 2,952 1.00/1.00 vMB 370
498,978 498,978 00000000000000000001b5f9faa93e30140a51959b34282448d0fe1bd11d41f5 3,351 1.00/1.00 vMB 312
498,977 498,977 0000000000000000002c07cd49746ea0c8529d5de05d1af48ea1896ab20cda40 3,020 1.00/1.00 vMB 400
498,976 498,976 00000000000000000091a8e8d9557a87d087625731e725ba520bbff489416a6f 3,076 1.00/1.00 vMB 377
498,975 498,975 00000000000000000009c767a2cd6800824daa468061880d721fb24d0a8e7e6d 2,960 1.00/1.00 vMB 437
498,974 498,974 0000000000000000004587fe6bd8ee74501384f711600c1d9bd8838ff5eec08a 3,107 1.00/1.00 vMB 401
498,973 498,973 0000000000000000008ca877787f5cf3489cdd20f4133ae9ccfe1441d0ce6ba1 2,632 1.00/1.00 vMB 437
498,972 498,972 0000000000000000008f799d3516ac21c11395f67488c4723c990a2aea2ceab4 1,855 1.00/1.00 vMB 514
498,971 498,971 0000000000000000002aa810e1968e68a7892a464e33af39cf6a2d02ee8ea290 2,637 1.00/1.00 vMB 363
498,970 498,970 0000000000000000005d8c903f3d5a262a3861088a41055b278eb1005bf5e7b3 2,891 1.00/1.00 vMB 417
498,969 498,969 000000000000000000aa7b96540b2cae34792483b3c20d54b54e10d8866973c5 3,039 1.00/1.00 vMB 369
498,968 498,968 0000000000000000001f2d5c68ee14a3c5aea78784b1bfef9728d011372f7c78 2,652 1.00/1.00 vMB 426
498,967 498,967 0000000000000000006bfc1362b7b7c00270169ec28b788e8a1fa0e80d80f3f3 2,077 1.00/1.00 vMB 486
498,966 498,966 0000000000000000000c6b5f1b59ded05cbafb16bb15d2b16660da5d0613ee66 2,963 1.00/1.00 vMB 394
498,965 498,965 0000000000000000004c9cdfc918c48ff12649900de769ff1395c594425e616a 2,717 1.00/1.00 vMB 398
Previous 10 blocks ↓
Total Size: 781.58 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 622.95 GB
    • Received: 11.40 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.