Loading Tool

Explorer IconExplorer

Memory Pool

84,963 transactions
31.86 vMB
0.16829204 BTC
Random Selection Loading Transactions
Max Size: 189.66/200 MB

Candidate Block

Mining Attempt e093f6c33d93ca3c313093510d9594796841c4919b4eacd12492ae848b9f2eb3
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 4b49a2d9ee49889a6838d5c33e8afa1fb7bdff1f6af9f782c8d71c9391b8d518
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,000
Size: 1.00 vMB
Total Fees: 0.05337032 BTC
Feerates: 402.75 > 5.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (731,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
183,893 183,893 00000000000008bf844c7ea6eee3a337de9ec1774803e1f39e94e9446bbd7b88 343 0.12/1.00 vMB 171
183,892 183,892 0000000000000414050147ce44ab5bc08a6ffb73e1c6177d332ca61d1600f270 126 0.06/1.00 vMB 111
183,891 183,891 00000000000003e5182a5276a1222c1947465990fc0f3ad43713616a2400ec72 32 0.02/1.00 vMB 207
183,890 183,890 0000000000000962ff5d921d2752846861cd0224b86b4bc24d6fb1b3b1a73e58 63 0.03/1.00 vMB 155
183,889 183,889 0000000000000328a64d4f706c9540937b93004a00825b05b495f4e392189618 287 0.13/1.00 vMB 132
183,888 183,888 000000000000002184792d3ffca0ced93f67951fdcd132784c60e9c77aad41d4 103 0.06/1.00 vMB 85
183,887 183,887 00000000000006691b74f200195edd5dd1da498f2b90f9f72b1b04f9af2a7762 165 0.04/1.00 vMB 22
183,886 183,886 00000000000004d7808d98920640cf99993859cc345baa38e87c72e0710fc262 36 0.01/1.00 vMB 104
183,885 183,885 000000000000068c7d333eea34208bdb44a25ec8304ce65c0883b122b172809e 962 0.40/1.00 vMB 154
183,884 183,884 00000000000009e42684b00b0f7f4dfaf35c5bb7b7083b76faa6ca6ffc5f8600 160 0.05/1.00 vMB 123
183,883 183,883 00000000000006d1153b73a0435404e788b943133700cd6eedee0c8688d1e759 155 0.05/1.00 vMB 62
183,882 183,882 0000000000000621ea1280bf40817e3c65c45f4c17b6f8067e0019c5f8c5bf9b 10 0.00/1.00 vMB 30
183,881 183,881 0000000000000854b0742e3b8cd6141cb846e4da31b29fdb91b29fefc11ffc01 375 0.25/1.00 vMB 98
183,880 183,880 00000000000009a53369f28249e5eb444a4e2de241b63b1fd8c2bb9dd0f56ddc 6 0.00/1.00 vMB 452
183,879 183,879 00000000000009ecd93b12ffaa7b8fd694a1b7a48316705bcff2efd1343d965b 11 0.00/1.00 vMB 0
183,878 183,878 0000000000000287536e34a21ac22f90b8b45c2431b65b57def966e78f54d2a3 817 0.39/1.00 vMB 109
183,877 183,877 000000000000033b92912fbeacd82d2f948ceec2dac8608b767cc766f573a490 152 0.05/1.00 vMB 137
183,876 183,876 00000000000005419eafd7bdf6680706e6e7c3782f63f375ffa7d07e0481e5ed 24 0.01/1.00 vMB 35
183,875 183,875 00000000000008abba339443a545ccc0f9892722f5d4e7690d37a31dcb9a5cd9 146 0.05/1.00 vMB 163
183,874 183,874 00000000000000a775b7a3e1025d5952670dfbb42693756e34ad387f21cfec6b 637 0.25/1.00 vMB 130
183,873 183,873 00000000000000ae55e72d68d1a693fc017d84596b349caa08c8c2ba3ec5d798 23 0.01/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.