Loading Tool

Explorer IconExplorer

Memory Pool

82,099 transactions
30.01 vMB
0.14818424 BTC
Random Selection Loading Transactions
Max Size: 181.85/200 MB

Candidate Block

Mining Attempt f9115684b2b150516cb89448e06a531412f03a98c705092bde87a26106d60621
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root bbb18d7739c84c13e14184ed505f974a5d1a1f9dcb8332b9ed30290fed604145
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,891
Size: 1.00 vMB
Total Fees: 0.07835012 BTC
Feerates: 101.65 > 7.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (603,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
311,525 311,525 00000000000000003cf19a4d715d0dc92da953d27b29a972d112d9490f1c5f32 529 0.37/1.00 vMB 23
311,524 311,524 000000000000000024ceaa4fcf2ec48f29e94ce01ebb045a6ddc638372e05532 1,242 0.74/1.00 vMB 27
311,523 311,523 0000000000000000009440f274431cc538ce5542e3a78f43b6491fc018c5bbab 222 0.13/1.00 vMB 27
311,522 311,522 00000000000000003e1a94d627f26e26478d1ae60f40dc84d7852f2605209994 395 0.20/1.00 vMB 30
311,521 311,521 00000000000000001a193a6c37cc9f0ba39b22845ca1ce11c6717fdfc964980e 691 0.32/1.00 vMB 31
311,520 311,520 00000000000000000d0d8796b5fef27996c059bdbda67668813d193ef34dcc17 91 0.11/1.00 vMB 14
311,519 311,519 00000000000000003150eb396ba24e2788f9a0ece7a84e16931e317bc4202685 236 0.19/1.00 vMB 18
311,518 311,518 000000000000000018aeae0e87c891932d5dbf2fb4cc898f4c177ed2165867a9 641 0.31/1.00 vMB 32
311,517 311,517 0000000000000000236bf29473f18e3ebd88e08b1a0e52476275f901573079fb 128 0.04/1.00 vMB 39
311,516 311,516 0000000000000000284fe94bb7c31117a07a93fbde340459da4a7d7c6a7347a4 386 0.23/1.00 vMB 23
311,515 311,515 00000000000000002c98470fe20bc860dc1b3c0759ee107b10eb6a5be9267431 133 0.06/1.00 vMB 26
311,514 311,514 000000000000000024e9d1d54e9c6a69ef9ea8d03992aacfcbfe10bb1aa123f6 675 0.34/1.00 vMB 35
311,513 311,513 00000000000000002ed633130d50393025cad23c69cd077613ba9678464fa669 542 0.25/1.00 vMB 38
311,512 311,512 000000000000000021068f8064458eab34cd755f6a6d3c9d1d86079ef656408d 146 0.07/1.00 vMB 26
311,511 311,511 000000000000000007d14d7b5057ee9b4430c577d55527c8ac79489d34baa8a6 32 0.02/1.00 vMB 10
311,510 311,510 000000000000000023f38914e092bdf0e7655136f94ea357a4269697cd960605 653 0.36/1.00 vMB 27
311,509 311,509 00000000000000001b81381c336a8ed976fe40c1355d0a39d136f5e6c48aff5a 152 0.09/1.00 vMB 24
311,508 311,508 0000000000000000072632bee6bf2cd325beb5253f659eef9f40d910473994e1 116 0.05/1.00 vMB 38
311,507 311,507 00000000000000000ecd812558d8441838c41f0fd0b043cd315646533e3db94a 322 0.27/1.00 vMB 38
311,506 311,506 00000000000000002255727f09295874ae79174a3ac747b23183bcf8551ee80d 128 0.06/1.00 vMB 29
311,505 311,505 0000000000000000201521b989beb1028463884c0dc169b5d8546ce213b5c2a7 230 0.10/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.60 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: 671.69 GB
    • Received: 15.99 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.