Loading Tool

Explorer IconExplorer

Memory Pool

79,790 transactions
29.30 vMB
0.12736711 BTC
Random Selection Loading Transactions
Max Size: 177.33/200 MB

Candidate Block

Mining Attempt 17061bab7fc1dfb051257eda1d5989450fb5deaa309118f135844a376770353b
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 6fbb84c91b9202c3ab2e0448b7636047618df45ffc7e8861bb0392d63794bd4d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,525
Size: 1.00 vMB
Total Fees: 0.04756258 BTC
Feerates: 602.26 > 4.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (408,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,329 506,329 00000000000000000022e07fab9b77dbe068f07220927653478548250bc93303 1,777 1.00/1.00 vMB 93
506,328 506,328 00000000000000000024843589bd1a5db8954cddd54723239b64da69d1ea8914 1,446 1.00/1.00 vMB 65
506,327 506,327 0000000000000000002cbfd3c92efdfb0c38a76265ebcf1975c6df280dd00d81 2,065 1.00/1.00 vMB 181
506,326 506,326 00000000000000000043eefcebbd30810ad1a62b1abbed636ff7ec6521e741de 1 0.00/1.00 vMB 0
506,325 506,325 00000000000000000031093b660ac6e373c5f646f1d8809dba4e0ee9fe860ac7 1,250 1.00/1.00 vMB 60
506,324 506,324 0000000000000000001b46a2e7788d1e383e834cc6d0aecc9ec75aeed99f2c13 1,951 1.00/1.00 vMB 211
506,323 506,323 0000000000000000005b012fa10a9c89ad22c8ca8136c5868d5d83a2948cab98 1,034 1.00/1.00 vMB 109
506,322 506,322 00000000000000000040de685530b0ae175f7a744d2fa188699fc5376d3faf6e 1,538 1.00/1.00 vMB 107
506,321 506,321 0000000000000000000eae98e2797e4acca04e87d8acd8e6e383064b1cb26dc2 1,452 1.00/1.00 vMB 106
506,320 506,320 0000000000000000006aafef1e1737fbcd4fccb65ecd16e6355354c9f67da1ca 85 1.00/1.00 vMB 6
506,319 506,319 00000000000000000007a5830544766f7b5d0471a33f85dd2d4c64f7f6e9d702 1,953 1.00/1.00 vMB 181
506,318 506,318 0000000000000000003c50ff5f595ab15a5837efbacb56735d2a65716fcba41e 908 1.00/1.00 vMB 8
506,317 506,317 0000000000000000004fadaa82fb3c23d01de4e347b33e92dd66ebf4d1e133e5 1,384 1.00/1.00 vMB 99
506,316 506,316 000000000000000000469ab5cb7add79767809410e05557e19db1db77c159a3e 1,644 1.00/1.00 vMB 104
506,315 506,315 00000000000000000033886595a4b522e8e5e3cd5d7c6e1afe8fdadf6514e164 1,753 1.00/1.00 vMB 194
506,314 506,314 000000000000000000511f148e8ae7f55d0feee84770b20aa84726a75d54b6c5 1,094 1.00/1.00 vMB 224
506,313 506,313 0000000000000000000e18f64662a8f94f69033bcac8e0dc95282eaf2d701eb4 718 1.00/1.00 vMB 218
506,312 506,312 00000000000000000064829cadc9e20afa710e6198ba4c66c1fcf1a3e35d5d42 709 1.00/1.00 vMB 207
506,311 506,311 00000000000000000026223ee48f72c8888f9d14e5e0e54106a6ddd2ebfe20ce 1,021 1.00/1.00 vMB 220
506,310 506,310 0000000000000000004b1087eab39de47fe66b47e2781d27f84c71aa877c14aa 705 1.00/1.00 vMB 208
506,309 506,309 0000000000000000000a57a6ad9791823c0da6035188482f2f26b8cdead59c11 2,321 1.00/1.00 vMB 273
Previous 10 blocks ↓
Total Size: 782.92 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: 714.45 GB
    • Received: 17.54 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.