Loading Tool

Explorer IconExplorer

Memory Pool

38,771 transactions
27.37 vMB
0.06496171 BTC
Random Selection Loading Transactions
Max Size: 139.49/200 MB

Candidate Block

Mining Attempt 36b97044ffe95923ada6f0a4d92a6a8a13c58002fd48912270340e9020294960
Version 20000000
Previous Block 0000000000000000000205a7754b9683bd3803bdf38e1a942268db63b46eb04a
Merkle Root 3b1f0321f9a22b5a96dd73ce4141bdf52fed5147d9864f4b8e772560c8f2d4e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,618
Size: 1.00 vMB
Total Fees: 0.01307216 BTC
Feerates: 100.56 > 1.31 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,637 (180,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
734,141 734,141 000000000000000000048ee360b7e8b5bd2a3b2f7cc3c802fe20e3fdee2a683d 3,088 1.00/1.00 vMB 14
734,140 734,140 00000000000000000000e196c52fa937a1a6c9d5bea51063611cfb9bc4d64b7c 1,619 1.00/1.00 vMB 13
734,139 734,139 00000000000000000003c12277927a0e7e01d080d1f61dad138bdd7aac0799b9 2,685 1.00/1.00 vMB 17
734,138 734,138 00000000000000000005c68b56cd68d4fdf6862099cb3cf8302a2babd09f6b5d 2,958 1.00/1.00 vMB 17
734,137 734,137 000000000000000000032fc39703cc99a932f33d9aa4d431c6e09f5b86e2fb2d 3,708 1.00/1.00 vMB 7
734,136 734,136 000000000000000000037fd52b944f48393c0426933148fd00b9541f7c048a38 3,369 1.00/1.00 vMB 8
734,135 734,135 00000000000000000009297d64a8c5b71a77497f9da8d357bb04974fba63260d 2,256 1.00/1.00 vMB 9
734,134 734,134 000000000000000000029ef4c3a605a9ec5089fc1e315947688cfddae3f06c66 2,230 1.00/1.00 vMB 9
734,133 734,133 0000000000000000000345ea52a03230872656f7c410b741de4de52c893e5923 2,396 1.00/1.00 vMB 9
734,132 734,132 00000000000000000004525e80b9550bebdd07a12e3bd1b83dbc66b738d876ef 1,975 1.00/1.00 vMB 17
734,131 734,131 0000000000000000000148d21db700edddb2b3c00c73228a33fe18703a94e037 2,191 1.00/1.00 vMB 9
734,130 734,130 000000000000000000090981a01e9815190a7bee32d6d6309c37d4d8a094ac2a 2,909 1.00/1.00 vMB 18
734,129 734,129 00000000000000000006ac359d29066e738017a022350ba0d0fe67095e155fbf 2,325 1.00/1.00 vMB 8
734,128 734,128 000000000000000000057727d576697d59864587fe66e66c970a0eb63c0c4460 3,265 1.00/1.00 vMB 9
734,127 734,127 0000000000000000000401d169a6d0b68875904ad482ba90ecc67fa0328dec44 3,262 1.00/1.00 vMB 10
734,126 734,126 0000000000000000000834d53a4058d8fdaa9276f00f620f440c3c4cadb1714c 2,768 1.00/1.00 vMB 25
734,125 734,125 000000000000000000015bd3a7b09db72944a51387723e70af80a9b14558ce37 1,875 1.00/1.00 vMB 10
734,124 734,124 00000000000000000001ab93c4bf8b0ead482db3071d58b629d8a042795c999a 2,028 1.00/1.00 vMB 9
734,123 734,123 0000000000000000000155ffec5b4b0bb2ccc50af0725f3fc0c86be959965935 1,975 1.00/1.00 vMB 13
734,122 734,122 00000000000000000008603e0639eefe0d4d9fb571768754786f127b4bf38998 2,930 1.00/1.00 vMB 8
734,121 734,121 00000000000000000000394d2c42f0ef3fbadcce8a20b6f8408f092372f5bace 2,989 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.75 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: 630.90 GB
    • Received: 12.05 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.