Loading Tool

Explorer IconExplorer

Memory Pool

14,879 transactions
11.16 vMB
0.04386092 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.52/200 MB

Candidate Block

Mining Attempt b9611d61b109de8596089b8a7cccfe50989030cf0eefee878cb00d766ebc90c7
Version 20000000
Previous Block 00000000000000000001f91042d8ccc53bfa3e0054d161055438edcb4a81b245
Merkle Root 2cce26da4a7794da9f914cb89d49e99841a9d9df094acef5c67e3569aaa20ac1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,430
Size: 0.997922 1.00 vMB
Total Fees: 0.02129080 BTC
Feerates: 151.03 > 2.13 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,814 (779,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
134,138 134,138 0000000000000a44e46ab49113f065fed9f4c234edf618304e8db618a4d89e0f 117 0.04/1.00 vMB 207
134,137 134,137 000000000000058ff222596070972bca064cf5605666739a0a48569f037010b3 52 0.02/1.00 vMB 583
134,136 134,136 0000000000000c01c68b7bf44a677cba49d0bc4f798b23aca953b44882e9917c 52 0.02/1.00 vMB 481
134,135 134,135 000000000000074e1eafa4f094e32eb7ff536c4dacfb411f38a38182e83e318b 29 0.02/1.00 vMB 273
134,134 134,134 0000000000000899dc83fbe392023aee2418ea6040923980b168a62eb4e8f8df 124 0.05/1.00 vMB 563
134,133 134,133 000000000000089dcd189389740e5fced7a8e2ab969a4534c7d4d7cea75b5280 98 0.04/1.00 vMB 512
134,132 134,132 0000000000000b811473544e28f10fc3d4fb7103b615a8b0b7b34e8653cea8fe 7 0.00/1.00 vMB 272
134,131 134,131 00000000000009b01e97778f87ceb5336e1988ceaee892afa95bb46701827e49 58 0.02/1.00 vMB 94
134,130 134,130 000000000000054a56987eed04317af11fc3c8677c1fe2e803fc03445f4c1140 64 0.04/1.00 vMB 476
134,129 134,129 00000000000001d88d393a7fa8b0bbacd0a6a063df179cea7164ff9509266962 14 0.00/1.00 vMB 2,018
134,128 134,128 00000000000003bdbc0a13a9fda7aca7f997b66ede224e9701497cf392f10302 9 0.00/1.00 vMB 445
134,127 134,127 000000000000045f19d06e697f88f36e4e075e5daede10e75c3e2a4fb8939d36 10 0.00/1.00 vMB 932
134,126 134,126 000000000000078b962b9534618b09728f62177c1e5cccc3430053d81e993946 44 0.02/1.00 vMB 320
134,125 134,125 00000000000000bb8ae1efd032c335363c7a0d03001a32990b19c6d83e380d4e 49 0.03/1.00 vMB 381
134,124 134,124 0000000000000b90e3540e11fcc88a0cb210d3b1aa0ca05af4f17df50dab3078 13 0.01/1.00 vMB 535
134,123 134,123 00000000000000e431b3e8c9eab7a0e58a650dc9be68570c7c7390295e2427ba 70 0.02/1.00 vMB 596
134,122 134,122 00000000000005167d08b982fcc2f298b09dd9f7d575553b03940292cc969fe6 62 0.03/1.00 vMB 912
134,121 134,121 00000000000001d253a1743e3d8ea766c6c97c04cb14a4e0a462f8e501f3c6f1 8 0.01/1.00 vMB 19
134,120 134,120 00000000000002e8c80318a08cd9b53d250ede3e0733090e1632183d78e054dd 33 0.01/1.00 vMB 105
134,119 134,119 0000000000000b2218ecc329f41595a61c625ff2a041c89d22122bec02da311c 92 0.05/1.00 vMB 328
134,118 134,118 00000000000002f3bd393f142dae8dd1a04810b9a7408b6feb03948397f1cbb8 90 0.03/1.00 vMB 472
Previous 10 blocks ↓
Total Size: 780.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 517.17 GB
    • Received: 4.51 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.