Loading Tool

Explorer IconExplorer

Memory Pool

78,114 transactions
29.47 vMB
0.10614557 BTC
Random Selection Loading Transactions
Max Size: 177.54/200 MB

Candidate Block

Mining Attempt 91bfbaae3336049f2cff4ef2b125926c30f5534cbf01e2b3649cbd873595b97d
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root d7597c867188b3e8d2ee3b0e66bda7b62efb09eba2386685de83e3df3d5f0257
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,488
Size: 1.00 vMB
Total Fees: 0.02955448 BTC
Feerates: 151.12 > 2.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (268,320 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,951 646,951 00000000000000000000aac31f6d85ed19b83cc31069ab5ee415b2b8afa6ada2 1,852 1.00/1.00 vMB 6
646,950 646,950 0000000000000000000260fa968ea6ded9cbca5309d25735643f69c9214befbe 1,941 1.00/1.00 vMB 29
646,949 646,949 0000000000000000000735e7d1fba821318658574d45eec8e31ecf2a5ee8d590 1,427 1.00/1.00 vMB 106
646,948 646,948 00000000000000000005b491adb94c9d275a5b916815b04de063ebeeaba0c033 2,403 1.00/1.00 vMB 70
646,947 646,947 0000000000000000000b16c01058a5c8ec1345a0847581ca5f4b57d8551cae47 1,287 1.00/1.00 vMB 12
646,946 646,946 000000000000000000085aa853fd771b98ff01577c18165dfe64583ee3b96aff 2,652 1.00/1.00 vMB 90
646,945 646,945 000000000000000000096ec659ba8b9f5cd6f6b75dd0aee500c164a04f9782e6 2,461 1.00/1.00 vMB 129
646,944 646,944 00000000000000000002597b5cac0f9f4ee3d4d7abf3a6850f7d6b429ad808e5 603 1.00/1.00 vMB 3
646,943 646,943 0000000000000000000a35f0c5b144f5030fffe7aaceb734868b432b7c82b066 1,318 1.00/1.00 vMB 19
646,942 646,942 0000000000000000000c3460e3fc89c6a20fcb4f35cbd1fe1f99d1a9ed160868 717 1.00/1.00 vMB 12
646,941 646,941 0000000000000000000ecb9d7b39484bab8bde23859ce59a22ffef46735fe95f 1,736 1.00/1.00 vMB 42
646,940 646,940 0000000000000000000b08b64f625bf4c51d0a34ebaef2b7451c0840149f7ff6 1,090 1.00/1.00 vMB 22
646,939 646,939 0000000000000000000512525ccbabdd1b4fa0bdde493a5f34b0d60f739e4f89 1,470 1.00/1.00 vMB 42
646,938 646,938 0000000000000000000e65391ce036abd77d917b7f8ed1af3155fd3d2d3bda90 718 1.00/1.00 vMB 10
646,937 646,937 00000000000000000009991ed5adeffdef40559a87089b44ffabd5b4b53054cb 1,836 1.00/1.00 vMB 91
646,936 646,936 00000000000000000009679fb0019ec9415250543623a7a865c21db5655c08ec 707 1.00/1.00 vMB 17
646,935 646,935 0000000000000000000f7faf8395eb87fcf515ad220d22224986ff44e022aa23 2,055 1.00/1.00 vMB 46
646,934 646,934 000000000000000000083a5945186855fac4c58e0419e2fe74c43dc8c40b0745 1,522 1.00/1.00 vMB 28
646,933 646,933 0000000000000000000e8eb8ce579e8ebea050ea8585b3a75a291b6520bc6009 1,518 1.00/1.00 vMB 27
646,932 646,932 0000000000000000000e483f037b272613387ec2c784b4430fa03050f73a9c1c 1,298 1.00/1.00 vMB 36
646,931 646,931 00000000000000000009b5a046d7c16c872dfcac45eb130f37fea73656aa1b21 1,530 1.00/1.00 vMB 39
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: 10
  • Data Transfer:
    • Sent: 712.97 GB
    • Received: 17.26 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.