Loading Tool

Explorer IconExplorer

Memory Pool

72,222 transactions
27.94 vMB
0.06470939 BTC
Random Selection Loading Transactions
Max Size: 165.45/200 MB

Candidate Block

Mining Attempt 8ff877bf078d84d794e8d66a0e1d8f9f14ca4c7a580dcb4fd4250d2e987f88a1
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root fedf2439e4731c23d309cfe839ca16eca0aa24014db3a8f6e5ae99a9b70d5736
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,120
Size: 1.00 vMB
Total Fees: 0.00891290 BTC
Feerates: 73.20 > 0.89 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (168,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
746,298 746,298 000000000000000000047a2a8f3609e3b1f58baabf3d9092f63a9277dcfe2ad6 1,825 0.65/1.00 vMB 7
746,297 746,297 00000000000000000006bc9ac65358c8277ca08bb065f01f7f502110be1a1b4c 647 1.00/1.00 vMB 15
746,296 746,296 00000000000000000003e3fc8ce7f60f54beb1f2448ba794b7492b9d66a58317 1,761 1.00/1.00 vMB 22
746,295 746,295 000000000000000000000d4004391b95157e2788a8019077e6cb7d9129b2f45b 338 0.09/1.00 vMB 14
746,294 746,294 00000000000000000006ad6b3252edd2c1ff834f156ee42ca75e8af93a3c2cb1 1,027 0.44/1.00 vMB 11
746,293 746,293 0000000000000000000581195a8f36954bfff3007234ed3d21c159cd2dcf7791 1,621 0.50/1.00 vMB 13
746,292 746,292 000000000000000000071ee4c97da84e1be0493ea3f787295979b932a752db87 669 0.35/1.00 vMB 23
746,291 746,291 0000000000000000000a29cc9ddcc8773dded324ee4813aaa3192b4fa110fa7f 1,062 0.41/1.00 vMB 11
746,290 746,290 00000000000000000003fd5a08f57ecdf3a82e6f2e54b86f260891b0fb5b7a8e 658 0.43/1.00 vMB 1
746,289 746,289 00000000000000000007fe534a75272ae831d243607b174308a59bfa75507c43 2,874 1.00/1.00 vMB 5
746,288 746,288 000000000000000000083f6437382c4dda283d88d954eeb2935618051b4951ae 3,574 1.00/1.00 vMB 21
746,287 746,287 00000000000000000003da5bbb142164200dcf7038aafc3b9a4eefc7bc48ad2b 3,074 1.00/1.00 vMB 24
746,286 746,286 000000000000000000090cb4998ffe4f509420db47e62f39979fb2a8aeaa487a 609 0.40/1.00 vMB 13
746,285 746,285 00000000000000000002960573ee872e4106ff63f0f36d65ab9f7e6a43d777ad 2,431 1.00/1.00 vMB 13
746,284 746,284 0000000000000000000620c7b485b1f0dbdb9839fdb77946c3bc3ab02934e974 823 0.70/1.00 vMB 6
746,283 746,283 00000000000000000003574a13b1b6ab408e4610f357991b994922f3dfeb33b6 788 0.50/1.00 vMB 7
746,282 746,282 00000000000000000009265c9775d3212e3cde744a72e693c93aa437a5fae25d 935 0.38/1.00 vMB 11
746,281 746,281 00000000000000000006e9c9d4831e1d2e7a4a76a15a8cee8b84cc4a8748de95 559 0.24/1.00 vMB 10
746,280 746,280 000000000000000000025928d9438ddd4fd9e2ca357710e11ec1d7982e21a3d4 181 0.08/1.00 vMB 12
746,279 746,279 0000000000000000000a0281d957e6a6deced4e808c1fbb30748e5ec53b6ebc1 570 0.28/1.00 vMB 9
746,278 746,278 00000000000000000005304b411132a0d08913cd360f4bfe9c64fd0e7da0c55b 183 0.25/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.45 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: 667.51 GB
    • Received: 15.26 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.