Loading Tool

Explorer IconExplorer

Memory Pool

81,048 transactions
30.33 vMB
0.09519939 BTC
Random Selection Loading Transactions
Max Size: 181.90/200 MB

Candidate Block

Mining Attempt f968026be5ccc5d9cc9b6ed36e095f2647f4d491b104a8c274656803e49eb8b1
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 118acee43da23d423843d726f6ab6aff80f1ed1f963aff9c9446224bb93ed916
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,038
Size: 1.00 vMB
Total Fees: 0.03218363 BTC
Feerates: 301.07 > 3.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (259,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,805 655,805 000000000000000000048a5f5465366b065dba7c710459b3b2995cd6a3371617 1,085 1.00/1.00 vMB 25
655,804 655,804 00000000000000000008653baaee7b535868c162230db66a1a73a84df4dd64b2 2,001 1.00/1.00 vMB 138
655,803 655,803 000000000000000000080695d12c7bc124cb53f18c09f9518ac9bf801591d271 2,089 1.00/1.00 vMB 70
655,802 655,802 0000000000000000000b8702ee1d1ada17bb9b744f93340b6ad201265e544d75 1,841 1.00/1.00 vMB 60
655,801 655,801 0000000000000000000afe084242e3abb6edea5ef6c8b9572fb3457dc35b7903 1,969 1.00/1.00 vMB 11
655,800 655,800 0000000000000000000349986a300daa9982d3d5a317ae685a1563cd911b9ccf 2,242 1.00/1.00 vMB 60
655,799 655,799 0000000000000000000a22b84e9c49e45ac865c14a055b29d4dd3b52d690a5cb 902 1.00/1.00 vMB 30
655,798 655,798 0000000000000000000976bcc9b17e1c2d502fabd4d248edd4cd1acbcbf3c5e0 2,657 1.00/1.00 vMB 165
655,797 655,797 0000000000000000001038c7c4b98ff68f8b3955aee8ba06327e8ebc4da84abd 1,801 1.00/1.00 vMB 214
655,796 655,796 000000000000000000052443c99e69b441ceb52d7f51326705e18145b8dff93e 493 1.00/1.00 vMB 38
655,795 655,795 000000000000000000018b9378b2463b197309d4daf6ca894b841aea3d7c5949 2,124 1.00/1.00 vMB 40
655,794 655,794 00000000000000000003e8e624f85ab55959135ade376b5efaa67cdaff07673f 2,048 1.00/1.00 vMB 75
655,793 655,793 00000000000000000009a46d07e745cbfd032199922cdb1ebbf9ba093090d6a8 2,464 1.00/1.00 vMB 171
655,792 655,792 0000000000000000000ad58288d064814c21f8edf297841e7ba9f434736ecaa3 2,511 1.00/1.00 vMB 226
655,791 655,791 0000000000000000000038a8b9a26baae9f59b1af0ec1567b7eadf43c581891a 2,296 1.00/1.00 vMB 170
655,790 655,790 00000000000000000009cd0b265ae3b697756601f9bb672b2f6d6e11c488521d 2,554 1.00/1.00 vMB 297
655,789 655,789 0000000000000000001066fe21baf30af825f517d39f1d9a9a22911bd46e21ac 1,626 1.00/1.00 vMB 38
655,788 655,788 0000000000000000000974c6d49670a6edd7cbb57cb505647ba847ca51dcdd37 2,646 1.00/1.00 vMB 154
655,787 655,787 0000000000000000000ad5028a512f16e8ef122a5c8af34ea7eb0bcb67d99363 1,849 1.00/1.00 vMB 34
655,786 655,786 00000000000000000002e5f8cc0d498ecc0ed729431a9ec24502817811ea5b4b 1,726 1.00/1.00 vMB 55
655,785 655,785 0000000000000000000ebe7b454c69600669ce750fd1caf3e5a07de3b4833709 2,620 1.00/1.00 vMB 141
Previous 10 blocks ↓
Total Size: 782.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 664.98 GB
    • Received: 15.07 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.