Loading Tool

Explorer IconExplorer

Memory Pool

78,096 transactions
28.99 vMB
0.07535012 BTC
Random Selection Loading Transactions
Max Size: 175.65/200 MB

Candidate Block

Mining Attempt 0fbf3cffe60fbcc4fb6a9db93afa2522335ce4aaf1fdfb8a655c3ffa708a4eea
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 69e670502549d3ea448cba29940f420f8d302259e849f5ab91907c402f42cceb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,359
Size: 1.00 vMB
Total Fees: 0.01441377 BTC
Feerates: 263.85 > 1.44 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (475,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,567 439,567 000000000000000003e15de13cc71142f27a9e7c86ea50b902598b7738cc0bc2 2,216 1.00/1.00 vMB 61
439,566 439,566 0000000000000000000440b093c60630ab764be04f1263286f459d3cc86771c0 2,752 1.00/1.00 vMB 88
439,565 439,565 0000000000000000034e467c680f73d30391f59e8ca61b362bb20ef699742e2f 2,529 0.99/1.00 vMB 68
439,564 439,564 000000000000000002afb30e3db0100962a8ec44a6ad79aaa552f5830a3f5f7b 1,598 0.88/1.00 vMB 40
439,563 439,563 0000000000000000032a60250230d8edf325d76848e57309b755505ce8d82dd1 2,751 1.00/1.00 vMB 68
439,562 439,562 0000000000000000005ec663ab775f923b11221c9fcb19a402483edac29dc16f 2,432 1.00/1.00 vMB 82
439,561 439,561 00000000000000000263f6bcdb4e377a2a945412d3cc4aa482b511593ffb2950 1,762 0.75/1.00 vMB 60
439,560 439,560 0000000000000000004eb1fb74951a706b8ac10ac5b4e9db5ed43ded0dce43bf 1,206 0.75/1.00 vMB 37
439,559 439,559 000000000000000002467d0c17c7646fb17b7bb6fe6b49d79920e74ee5cd4283 1,097 1.00/1.00 vMB 21
439,558 439,558 00000000000000000236fb1ed60c84cb9144c369fde18e95a801bb645cbf061a 1,569 1.00/1.00 vMB 39
439,557 439,557 000000000000000003b00710efabe04f0a5dc95abc85fc5c91c6ff3e9ccf59c8 1,325 0.51/1.00 vMB 71
439,556 439,556 00000000000000000084c244fdf82db8dc6cb042ac6e277746b96ee87ec110ad 1,026 1.00/1.00 vMB 25
439,555 439,555 0000000000000000034e4277f7d3d3dfc53e417f341a6643f9b8e0c7949bbd1a 2,260 1.00/1.00 vMB 58
439,554 439,554 000000000000000003190532677539b27d4c2da5815a2b4a1a260f704a6a7e36 2,017 1.00/1.00 vMB 46
439,553 439,553 000000000000000001a9123f069820282ed55bdc93fcff7e2f4e074d714fa8b9 2,796 1.00/1.00 vMB 71
439,552 439,552 000000000000000002b3bceb99ef6a40ce4d5e833f2d27d7d457f399d49ad6a1 2,216 1.00/1.00 vMB 61
439,551 439,551 000000000000000002f9330ab673c9a7cf6191fc55457fd16a142cc79995f221 1 0.00/1.00 vMB 0
439,550 439,550 000000000000000001ecdc8e78785480058bc8143d2c7d50492e036b357d06bc 2,226 1.00/1.00 vMB 66
439,549 439,549 000000000000000000fd7ff38c336c1cb16cf3aad7dcd26efdae0a58648ac9b3 2,391 0.75/1.00 vMB 110
439,548 439,548 0000000000000000010e8d76ba15bf0576f5332944f55a1602171ac2d8803aa2 2,382 1.00/1.00 vMB 56
439,547 439,547 000000000000000002b48ca5f10bd154255296518f9a6efe3e6dceaac41cec80 2,578 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.56 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: 669.89 GB
    • Received: 15.79 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.