Loading Tool

Explorer IconExplorer

Memory Pool

82,346 transactions
34.56 vMB
0.14588684 BTC
Random Selection Loading Transactions
Max Size: 196.27/200 MB

Candidate Block

Mining Attempt f2930c533d84bc5090383d0c1795ccd3587e0d416e374f3a602037b10d6f7a49
Version 20000000
Previous Block 00000000000000000000aa97f17fcd4190ff7494250e14bca9e94250dc48a75e
Merkle Root a79bdaebfa6041609d3808e415717a8a57d0da7fd3d31b9d4033d7ef258d60c2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,016
Size: 1.00 vMB
Total Fees: 0.03129163 BTC
Feerates: 104.71 > 3.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,407 (108,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
807,127 807,127 000000000000000000016922f5e18210ea1906e9d087ffd62d56f439222c000b 1,897 1.00/1.00 vMB 26
807,126 807,126 00000000000000000003ad8e5b648f77569b573a54826402b04f8b5cee5f5868 1,423 1.00/1.00 vMB 20
807,125 807,125 00000000000000000002a21166989ec492b1598378321a8794047ddb23514851 2,204 1.00/1.00 vMB 23
807,124 807,124 00000000000000000003600438a2ba8c522d2121b2990a25c23bdfbd7447797e 824 1.00/1.00 vMB 19
807,123 807,123 0000000000000000000304fb033ca0cec6f1392a231170c69c7ffc0c62f42d87 687 1.00/1.00 vMB 18
807,122 807,122 0000000000000000000199e3240c9acf7abe0b22023f706090d93642406e49d1 454 1.00/1.00 vMB 18
807,121 807,121 00000000000000000003359295cece498ecc197ed40234b4bc49e88318a2000b 1,457 1.00/1.00 vMB 20
807,120 807,120 00000000000000000004d1f1dc6801ff109ce39da077df23828b4802f92b307b 3,964 1.00/1.00 vMB 18
807,119 807,119 0000000000000000000268677a8d1556723158c03c22e684a9d37941e8b4f7bc 6,404 1.00/1.00 vMB 15
807,118 807,118 00000000000000000002dbf9d0bc1c743ac17bdb60d5c6abc8cd94f2d253621d 7,252 1.00/1.00 vMB 14
807,117 807,117 000000000000000000012c24b3d855b1aaed9d7f531d866aa332d8c87a9d8dae 5,237 1.00/1.00 vMB 14
807,116 807,116 00000000000000000000b8e97b8326e4f8a66626fc6a6bc7d2eedee8903b9d7c 4,301 1.00/1.00 vMB 15
807,115 807,115 000000000000000000044cbb4379df6b8acd89e1fd562f5c17302d5daaedd87c 3,601 1.00/1.00 vMB 17
807,114 807,114 0000000000000000000450cdcb5bee6d8cc47c43d5bd7c62a1e4844f4b80f329 3,526 1.00/1.00 vMB 16
807,113 807,113 00000000000000000004f3555df6446b476af46f12a4c738d7b05f5009051050 3,395 1.00/1.00 vMB 19
807,112 807,112 000000000000000000017a69369f6946b54e41388e1d8f6647e2f4d1dd00f8f4 4,653 1.00/1.00 vMB 17
807,111 807,111 000000000000000000049dc195e9f8782527b7b1572a84b055e2b1c940533d1b 3,614 1.00/1.00 vMB 16
807,110 807,110 00000000000000000001d5221dbac14b8fa34ab1466fae149539288b5eb5362c 5,562 1.00/1.00 vMB 16
807,109 807,109 00000000000000000002b5352ab140b91747f8412f8ab14aecfcaaeedeab9659 5,767 1.00/1.00 vMB 17
807,108 807,108 00000000000000000004aeb6bb08965d91671ab5627830b7114727df8aba4452 5,494 1.00/1.00 vMB 15
807,107 807,107 0000000000000000000464e60a028c796ca952f91bf6df4be3c2119392aaf2ab 6,435 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 783.09 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: 726.49 GB
    • Received: 18.45 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.