Loading Tool

Explorer IconExplorer

Memory Pool

86,917 transactions
31.84 vMB
0.15606668 BTC
Random Selection Loading Transactions
Max Size: 191.95/200 MB

Candidate Block

Mining Attempt 97d9b32ecb7f8a86652839eb184f7ff1225dc26a1ff5a7cd0c02d249e65e685b
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 7d4d77a54197de134dcbd5cea73b76999d0d204fb6af58603709ee4bc24f3c2e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,566
Size: 1.00 vMB
Total Fees: 0.06939072 BTC
Feerates: 214.31 > 6.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (560,822 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
354,147 354,147 0000000000000000025b5a4ff63bf1305fc67c33595d133ee67822ca63e44e38 329 0.16/1.00 vMB 29
354,146 354,146 00000000000000000c186965559288c9804d99093977b3b0ba7139de0430773f 369 0.18/1.00 vMB 28
354,145 354,145 0000000000000000047bdf99ea235c0cbf09de3e91249da9b85e2697c72de45a 1,208 0.51/1.00 vMB 31
354,144 354,144 000000000000000003dcba2ec1de253711ba2a49b5e008f11ef12d6cf41b7de2 256 0.11/1.00 vMB 21
354,143 354,143 0000000000000000153c4f36deff9b48e5ee3b3af75858002745623ba049837e 300 0.15/1.00 vMB 44
354,142 354,142 000000000000000014fc3192c1d26d9531fe99b55db7277b6970d124d6aadd05 1,773 0.75/1.00 vMB 30
354,141 354,141 0000000000000000094f590f20429196ae2dd9914fc3c2e8a17fb773400bad8f 1,502 0.75/1.00 vMB 28
354,140 354,140 000000000000000009bf19c953cbcf0e2919dceec1c2107c4d93fdb2f948b2b8 1 0.00/1.00 vMB 0
354,139 354,139 000000000000000009d6f149307f020d74c46c2588ebd308fafe8780988d516e 1,510 0.77/1.00 vMB 26
354,138 354,138 0000000000000000108400a5746e32d1ebb8f81a8be55eae0829c419c6a98179 593 0.32/1.00 vMB 32
354,137 354,137 000000000000000002585c1983c4c4a09a34cf95f65d80e2562edce3301527b7 1,031 0.49/1.00 vMB 29
354,136 354,136 00000000000000000674bf3d6350806c039cbcf5e1beb7c620ee9d4b7474a58a 991 0.46/1.00 vMB 29
354,135 354,135 000000000000000016063110e80e75a0e3e593266982be90e52b37814d6edbc9 174 0.09/1.00 vMB 16
354,134 354,134 00000000000000000b88721906f75cfc6579522dd3ccd2d069be5cd35e9a9ef6 1,389 0.67/1.00 vMB 26
354,133 354,133 0000000000000000160fdc2baa31315361957fb67d7d8233bd3d16b2372073f9 438 0.28/1.00 vMB 21
354,132 354,132 000000000000000016ffb357acb1f2a608fdc0af821c1bd0366e110e0afb80f3 124 0.29/1.00 vMB 10
354,131 354,131 0000000000000000105a0800d8b95f134196fddcebcdda4b1dfb4ab3fb77a702 743 0.91/1.00 vMB 10
354,130 354,130 00000000000000000b8ce6f1a6e604b375b8635b9ca0eec3a4c7d1e11b042c63 1,931 0.75/1.00 vMB 39
354,129 354,129 000000000000000016b67f0f660b6605ead7f4876b4f5ddc9a5ea568f39c1f88 1,104 0.75/1.00 vMB 18
354,128 354,128 0000000000000000141226d8b0636af5d483f3955c365c965f055529677947df 776 0.75/1.00 vMB 14
354,127 354,127 000000000000000001d50df07cee0f9c511ed763eb33086c9d041ec110080282 1,114 0.75/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.33 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: 660.80 GB
    • Received: 14.77 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.