Loading Tool

Explorer IconExplorer

Memory Pool

15,941 transactions
10.62 vMB
0.01957001 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.53/200 MB

Candidate Block

Mining Attempt 5b915984d61f3ccf2e17e20291e44c8e3eb4b8012fed8ad67faa897759c2ab7d
Version 20000000
Previous Block 0000000000000000000009523cccd0e9fb297d3cb3a5c200be639dd47df9e137
Merkle Root 3d28d5cc9298bbe4ff04b3be306599b32c2f191930d938f5c35017d7a9c788ab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,914
Size: 0.9979395 1.00 vMB
Total Fees: 0.00284150 BTC
Feerates: 8.02 > 0.28 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,790 (782,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
131,318 131,318 0000000000001171c40aac0e34f67dd421ed4c5f2c2805da567b0bd4c4df34de 155 0.05/1.00 vMB 433
131,317 131,317 0000000000000e72dec1d5979bd60cb089270a581be9fd86314b3e877923752e 102 0.05/1.00 vMB 378
131,316 131,316 0000000000001226b22bd4d245f573169bcf61fc00dd330b30f549d277dbe909 162 0.05/1.00 vMB 439
131,315 131,315 0000000000000c760fac58f4b0296f652401f27ac1c68151c28228ad888e7664 11 0.00/1.00 vMB 850
131,314 131,314 0000000000000dfc6135fa62dc1598b5033827a27537608496c7b65ea68e345f 172 0.05/1.00 vMB 258
131,313 131,313 0000000000000ed11fcc8a1e908cddfc9835970a1630061cb97b720349f091fa 104 0.04/1.00 vMB 613
131,312 131,312 00000000000000c16b41f77e4bbfaaaf0cc865f3bc47e359185eb47ef6deb586 17 0.01/1.00 vMB 1,101
131,311 131,311 0000000000000f07dbd60dea7bab42c515f708446479cdd4702d3185253125d3 43 0.03/1.00 vMB 114
131,310 131,310 000000000000017af8606f18fe2a20b48e3b4fb026370394f7cc4b1c7c9530ec 72 0.05/1.00 vMB 1,475
131,309 131,309 00000000000000b48c33003ca2feb145bfaf63f8087ce7152c46e65281729dd4 129 0.05/1.00 vMB 671
131,308 131,308 000000000000090ca82b307ce2d90dbcb6ad306471da7bd48ab689f7efd2a4ec 151 0.05/1.00 vMB 152
131,307 131,307 0000000000000c9a2b6d36928f754f1b5cbecb624a0bd55bd6e5e173e879bfcd 172 0.07/1.00 vMB 837
131,306 131,306 0000000000000f7ada5794a29db97217dd0d0baa0f48e4cd510bc5841aed08ed 15 0.01/1.00 vMB 1,061
131,305 131,305 000000000000101410cb4b22a97981ad27ed30e9c2b5903bcf5e5d6f22553d02 72 0.03/1.00 vMB 961
131,304 131,304 000000000000111770dd04e96b426c4e06b0055249d55f83628b2156d463be28 18 0.05/1.00 vMB 187
131,303 131,303 000000000000083227fc89458209d62217f45d4bec0a9d8ec77f57701efc3d01 73 0.06/1.00 vMB 462
131,302 131,302 0000000000000e7dd813dbc8770f5d6480730b16706bcb94931e1401f986f065 93 0.05/1.00 vMB 305
131,301 131,301 00000000000000322cee8a774b3bc50bd304f92ee63a7d8c7c01bc9e71f182ae 103 0.05/1.00 vMB 429
131,300 131,300 000000000000008e02cfb5b9df130496b876ef1666d48be12216bd3e47eac940 50 0.02/1.00 vMB 2,434
131,299 131,299 0000000000000f2ef239bbb89b5bda69361854e5e1e240c995b62b610fa2913c 23 0.01/1.00 vMB 102
131,298 131,298 00000000000006d0436895838068ae1ad96bcfddb9a5094de336104974488e99 12 0.00/1.00 vMB 810
Previous 10 blocks ↓
Total Size: 780.25 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: 514.02 GB
    • Received: 4.29 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.