Loading Tool

Explorer IconExplorer

Memory Pool

86,318 transactions
32.89 vMB
0.07558312 BTC
Random Selection Loading Transactions
Max Size: 196.03/200 MB

Candidate Block

Mining Attempt 07b9aaf49a296958bb6c5a4ee804942bc52e4d697292cc7f4d8968ce2f4be1bf
Version 20000000
Previous Block 00000000000000000001120b3e90121a7d53199734640ccdc9413977ac8b9735
Merkle Root ae7d23f4f2906d9c5b4068201d876b557e6b9835acc4367ce0398e796e2059fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,078
Size: 1.00 vMB
Total Fees: 0.01027425 BTC
Feerates: 151.14 > 1.03 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,947 (211,892 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
703,055 703,055 0000000000000000000291d25a4796e60b89c02dec2645b54d84f530b81e4c7c 3,150 1.00/1.00 vMB 36
703,054 703,054 000000000000000000092520079e3e4436df7b51aa398f669c330e8e173de67c 1,864 1.00/1.00 vMB 8
703,053 703,053 00000000000000000005c0765f9b7b854883c0c8bd4baed3b1e2003cee393d06 2,581 1.00/1.00 vMB 8
703,052 703,052 0000000000000000000ccb9329b01b002c8be6ebf430725704d3c567e977e306 2,772 1.00/1.00 vMB 24
703,051 703,051 00000000000000000003639292daa023e941d4365ceb6d5e9dc77b170a690fc1 3,201 1.00/1.00 vMB 11
703,050 703,050 0000000000000000000d1f726428f59f984e8744b9ea76732a345235689a98f0 3,187 1.00/1.00 vMB 9
703,049 703,049 000000000000000000084596089298904711906733d35c806071407233ea9440 2,499 1.00/1.00 vMB 20
703,048 703,048 000000000000000000092273d4d15d9dd4f0da389fbcb2e40d804d58bfdad081 2,113 1.00/1.00 vMB 27
703,047 703,047 00000000000000000003da35147cc15820c941ac5be1b4a1ca43f33e7c2510ec 2,919 1.00/1.00 vMB 6
703,046 703,046 0000000000000000000498120b2e7df157a76fd7a6a9006a90e307bdeb77e856 1,271 1.00/1.00 vMB 8
703,045 703,045 0000000000000000000259e0e0826fcb5a8a66482885cb94647ae54f160348cc 2,248 1.00/1.00 vMB 10
703,044 703,044 0000000000000000000b0519ce0116c137924bd88c1a5bc15f9f42f2e89f351f 2,359 1.00/1.00 vMB 15
703,043 703,043 0000000000000000000776252ca9f41c3dd713468acd015946a3da07e9fa6c76 3,146 1.00/1.00 vMB 11
703,042 703,042 0000000000000000000452a1cfafcb4feaa45804e55041b0aee82ae3a5e42277 1,055 1.00/1.00 vMB 7
703,041 703,041 00000000000000000001fba8cd156c8380d89253c279af305c1f65f98d5293f3 2,714 1.00/1.00 vMB 13
703,040 703,040 00000000000000000009a9a2e98d4e6c12467cbe2828447b2dc6c1e20f10b02c 2,960 1.00/1.00 vMB 15
703,039 703,039 000000000000000000055f28278e3d9801e6080f56db927904c20cf3aefbd2c4 2,573 1.00/1.00 vMB 20
703,038 703,038 000000000000000000004d33ec6d2e834d7ab3721a7fb10d886822051f5f4cfc 2,908 1.00/1.00 vMB 19
703,037 703,037 00000000000000000009877f124eaee66678b2fe3eba32d96ac49728a9ca7131 2,387 1.00/1.00 vMB 61
703,036 703,036 000000000000000000050e2d4f1d13cc5ddaee75e55c27e5701f6852bbab5066 2,645 1.00/1.00 vMB 22
703,035 703,035 0000000000000000000b5e3318cf2b8d926f9fdb50e706357e9896606bc8600c 1,767 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.29 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: 657.32 GB
    • Received: 14.52 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.