Loading Tool

Explorer IconExplorer

Memory Pool

74,659 transactions
27.52 vMB
0.07133549 BTC
Random Selection Loading Transactions
Max Size: 168.05/200 MB

Candidate Block

Mining Attempt 1420860a844de7e54fdd23e0391caf5094dc8547f8a3c8ee2d2d533373789dcc
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root 8f25e38a7e8b8dc6c04833a99d3f292f6a7a09239794aca8daa18b154ecbfdeb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,808
Size: 1.00 vMB
Total Fees: 0.01268706 BTC
Feerates: 100.53 > 1.27 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (220,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
695,167 695,167 00000000000000000005b8037ff753c798decf0383a98bf39cda1f2fe95c7b66 1,964 1.00/1.00 vMB 11
695,166 695,166 00000000000000000003d743aafa46bb788ede5012e30678710fffab1350a0f0 2,103 0.73/1.00 vMB 12
695,165 695,165 0000000000000000000a467a19b5ae758df090da0fd310ec6f15ce9f8f27a457 305 0.10/1.00 vMB 10
695,164 695,164 000000000000000000114be2879fd0e2c91a3300a74d161529236628a1ff51cd 1,095 0.41/1.00 vMB 13
695,163 695,163 000000000000000000037590497335269bc637873c3b7b51fb8a7ea461ba0ae0 1,445 0.44/1.00 vMB 11
695,162 695,162 0000000000000000000baebd7e49877be856ea047bee72caea58f031ad89e1cb 32 0.01/1.00 vMB 17
695,161 695,161 0000000000000000000f315d8662789e3ba03e697e82a6a8adc5f69de5fbca62 2,310 0.90/1.00 vMB 13
695,160 695,160 00000000000000000000555cbe239fa34afb68857ea41c191a8b48759c61e61d 2,826 1.00/1.00 vMB 4
695,159 695,159 00000000000000000010fb48218658675d1514e854a79f0ff91b7096009723ed 3,297 1.00/1.00 vMB 22
695,158 695,158 0000000000000000000d00135be9f8ff0158b48d0291cf27233fb421d5e9acc1 1,453 0.56/1.00 vMB 24
695,157 695,157 000000000000000000015b4a380c877b9020793db3b73f07e1525d1486442622 1,040 0.37/1.00 vMB 16
695,156 695,156 000000000000000000106ea54beca23f3da85d499a89c3878be7b21534ba5dd6 994 0.38/1.00 vMB 16
695,155 695,155 0000000000000000000801bd817bd6ab236cdfd0189f96bcd05dbbffc0bdf446 495 0.17/1.00 vMB 11
695,154 695,154 000000000000000000041e32509a51c7e8e5267248d6cccfd991cc5181d75434 2,220 0.88/1.00 vMB 9
695,153 695,153 000000000000000000102a53466fa7048fa0607710272ef41aa32169d468031d 1,329 1.00/1.00 vMB 2
695,152 695,152 0000000000000000000d00e0868f4fd52f4c2ee8c41b8c14dfa605e6ad4d53a8 1,495 1.00/1.00 vMB 3
695,151 695,151 0000000000000000000b9b05bf88a3dc7af62e0d4367a777adb9e2a6a9b68f2d 2,511 1.00/1.00 vMB 13
695,150 695,150 00000000000000000000d606dc04402ad5dcaa6018b2179454b056a245d282f6 2,736 1.00/1.00 vMB 10
695,149 695,149 000000000000000000021e707ae13a1ff8edb0f8b3740ff0569be76f1fdec301 3,026 1.00/1.00 vMB 33
695,148 695,148 0000000000000000000d76961cf00068e1a86dff3d5d791b82125a46d69f3ebc 3,248 1.00/1.00 vMB 14
695,147 695,147 00000000000000000006e3c6f9e2e8500125ef3e55311cec0f6ac78d0e7cc7dc 2,713 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.83 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: 711.65 GB
    • Received: 17.11 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.