Loading Tool

Explorer IconExplorer

Memory Pool

42,439 transactions
26.68 vMB
0.06840940 BTC
Random Selection Loading Transactions
Max Size: 139.51/200 MB

Candidate Block

Mining Attempt a7a67734a722777c105a93b3be1aaddde9b4d23f6f1418f7cd51a6928a8c48f3
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 4860e6ba8a980782823ad89fb9d1b84b59f74d29e4b034ea4817cf204d8c3b9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,556
Size: 1.00 vMB
Total Fees: 0.01930900 BTC
Feerates: 101.59 > 1.93 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (198,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
716,025 716,025 0000000000000000000197ad8f950b405d4169eb504e344ba512b2e8feb00f56 656 1.00/1.00 vMB 11
716,024 716,024 00000000000000000001c5aee1d071f8ccf9a8c3b6868e32f8ef8fd579dda39c 604 1.00/1.00 vMB 11
716,023 716,023 00000000000000000001ad80350539d03ec85e9fa88de5d73e3127ecb58506c3 2,177 1.00/1.00 vMB 12
716,022 716,022 0000000000000000000283d73f70bc22fe77c875a0706c22221d8d54b9dbda4c 3,073 1.00/1.00 vMB 19
716,021 716,021 00000000000000000008a355882e0eb5af0e817a57d194876601f2af8eb8419a 2,253 1.00/1.00 vMB 12
716,020 716,020 0000000000000000000862aed658ad2b15af7dd83933031e7103e81f6cae9bc3 3,067 1.00/1.00 vMB 27
716,019 716,019 0000000000000000000b5dff3f08fa842aa15b9dbdc711089a76dc04d5600edc 2,534 1.00/1.00 vMB 17
716,018 716,018 00000000000000000007493e69d08c6320d8b0144bd49366b87ae5ccdd45f5b2 2,380 1.00/1.00 vMB 13
716,017 716,017 0000000000000000000ab1288b8927fdf7793dcb247269d5fa1a8a9e55a2a8f1 3,113 1.00/1.00 vMB 21
716,016 716,016 0000000000000000000992a0360e1c9d710e83238fa8a2eefc298313e88d92e7 3,180 1.00/1.00 vMB 19
716,015 716,015 000000000000000000059cbfc030ecd49a353ed94ab5cee128b60d9adf0e43ff 3,648 1.00/1.00 vMB 11
716,014 716,014 00000000000000000007e629b4411713f536366a653276864ddb9dcc8dd4dfe4 3,018 1.00/1.00 vMB 10
716,013 716,013 0000000000000000000a1c7b9403a6f5e6b72e7905c64a5ef49b029048ec6188 2,200 1.00/1.00 vMB 13
716,012 716,012 0000000000000000000558446484828bf75467b213c1ed6b328f2af6815795c1 2,679 1.00/1.00 vMB 20
716,011 716,011 00000000000000000006bd263b2b801b8546abf879bb3d964272ab3531e2735d 2,291 1.00/1.00 vMB 11
716,010 716,010 0000000000000000000611707f2d54788c5f03be075dde6ac0f3d1fa1f57c8ca 2,209 1.00/1.00 vMB 11
716,009 716,009 000000000000000000092b9fdf0574e800741c30471b9dac1be4fee798d95ca0 2,582 1.00/1.00 vMB 26
716,008 716,008 00000000000000000009a81c6e0b023eb8626f1a512c2a4b6bb2ae923a99a2d1 1,866 1.00/1.00 vMB 26
716,007 716,007 00000000000000000002cafe13b2061f432b9267b750276bf9d669e60ad19b58 1,365 1.00/1.00 vMB 26
716,006 716,006 000000000000000000010ea77f963231574d955826e97f59adfeae62ddcb4a5b 1,577 1.00/1.00 vMB 46
716,005 716,005 000000000000000000009e49683a5e49dfadab9e22d7658faaf8b8ae1c790eb7 2,108 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.