Loading Tool

Explorer IconExplorer

Memory Pool

47,872 transactions
27.76 vMB
0.05942685 BTC
Random Selection Loading Transactions
Max Size: 148.20/200 MB

Candidate Block

Mining Attempt 9f62d1ec2ed6a2a311965b6021cffeb62da04e560b122662b38df63f1ffc1b32
Version 20000000
Previous Block 00000000000000000000720fbc0aca6b07103f1eaf0847585182cffdd8f6b53b
Merkle Root 5bdbd3ca2874eb98537b8ac565686f53b439738c4a68404f2c20524a714ba515
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,195
Size: 1.00 vMB
Total Fees: 0.00720237 BTC
Feerates: 100.00 > 0.72 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,795 (271,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
642,956 642,956 0000000000000000001075ecc219724c5d94533df78385a137fb33cf3c9366a2 1,933 1.00/1.00 vMB 14
642,955 642,955 0000000000000000000a0b4d2768988310b74883995f26045b2024b795bd36b6 2,636 1.00/1.00 vMB 77
642,954 642,954 0000000000000000000762657b06b03b7b866ccd6abf887ab7ca6b8cac74185b 1,839 0.82/1.00 vMB 51
642,953 642,953 0000000000000000000eace28415895872d3e5b6bbabe3acde54a59b45aa0f9d 975 0.43/1.00 vMB 40
642,952 642,952 0000000000000000000c74e29547de7812e6451cf69b5884be394a48b5400c76 2,553 1.00/1.00 vMB 10
642,951 642,951 000000000000000000065f3b9de580608755a82ac85f83bd929aabdec8aa3ae3 2,851 1.00/1.00 vMB 94
642,950 642,950 0000000000000000000415aaaf1c637ae7e18889e63b0a6f9f4b4dbbdd02d21b 405 0.17/1.00 vMB 53
642,949 642,949 0000000000000000000f0fcd372b80837c909496b9a699675d365d38fb183b39 2,330 0.92/1.00 vMB 47
642,948 642,948 0000000000000000001055cb5fb6f38636d8a67204e4a905b3b04865db86aa3f 1,435 0.79/1.00 vMB 37
642,947 642,947 00000000000000000008cfc18e21cebda86bf62f0c8e26792cf35cd142501146 756 0.44/1.00 vMB 30
642,946 642,946 00000000000000000000844d832026d58dc8310a6d95efe60e043468879e7955 645 0.95/1.00 vMB 8
642,945 642,945 0000000000000000000677a3e8a6703d7ad52b5bbb0f4ee29841dfafe036a7ee 1,690 1.00/1.00 vMB 14
642,944 642,944 0000000000000000000fd967e3c23d29c798096395959d0c8c35473c45de1cec 2,890 1.00/1.00 vMB 57
642,943 642,943 0000000000000000000f49c69985825abb49a46e12cc504064c5813192c49d0e 2,078 1.00/1.00 vMB 84
642,942 642,942 00000000000000000008df7f2ef9e03010e7076d3b098e0ca3d6a2db3f08e00f 1,855 1.00/1.00 vMB 4
642,941 642,941 00000000000000000004439dda0097d0974546177b0b6441443ce64d4140bba1 2,656 1.00/1.00 vMB 42
642,940 642,940 0000000000000000000914b830d1ed5c54a2e598174c65747401bbcfbe35b42a 3,147 1.00/1.00 vMB 142
642,939 642,939 00000000000000000004e282876df21168709629efb363722913679bbc0a3441 822 1.00/1.00 vMB 14
642,938 642,938 0000000000000000000a0ca4e53e3caae6f8ea2a4c7488b502a58cd9b2ffb4a0 1,974 1.00/1.00 vMB 40
642,937 642,937 00000000000000000001441c4467f283d69cdd6ccc0e60fa6bc1a2aee2a6f77b 126 1.00/1.00 vMB 3
642,936 642,936 00000000000000000006850c35b4c296b5b04b7f9d6bbae85249e428fdd82728 1,952 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.02 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: 649.99 GB
    • Received: 13.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.