Loading Tool

Explorer IconExplorer

Memory Pool

55,826 transactions
31.93 vMB
0.17269747 BTC
Random Selection Loading Transactions
Max Size: 171.85/200 MB

Candidate Block

Mining Attempt 3b881234690dfc323440a06db9eb74345b4a1881ad67de7109228e7f490543e7
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 31e8334a3ed695efc1d62b727e9f693a12950746744c55de3207deeb8c2df700
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,784
Size: 1.00 vMB
Total Fees: 0.06856957 BTC
Feerates: 465.21 > 6.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (318,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,325 596,325 0000000000000000001258881d378e9d32e1a5128f6a81e90d87acf43ac0b352 2,923 1.00/1.00 vMB 40
596,324 596,324 0000000000000000000b5d3c6145541440c7b50d8607784e7546df5de66bad4c 2,733 1.00/1.00 vMB 26
596,323 596,323 0000000000000000000c3e6a81fb9495a045f1f90a08b0c9f3da55ce0a83c50d 2,780 1.00/1.00 vMB 27
596,322 596,322 00000000000000000009554b7b99fb7baf26886183b920a346a6e789b7769ee1 2,099 1.00/1.00 vMB 4
596,321 596,321 0000000000000000000be8f9a237900f2df010ffe0ebd1f2225c03beb7698035 2,350 1.00/1.00 vMB 32
596,320 596,320 00000000000000000009bc37f801a93133245849dbbae1230a77d4baf56ec96f 2,504 1.00/1.00 vMB 27
596,319 596,319 00000000000000000008a8150f5e1f3d98966f8bb0ee72a7449492075dd85c7d 2,867 1.00/1.00 vMB 8
596,318 596,318 0000000000000000000bf222ecae5da69bfdcf1a6aef1e2ddbcb3f292aa834e0 2,939 1.00/1.00 vMB 30
596,317 596,317 00000000000000000007fab029a75a73aca952d99d292c43de44870b732bf2fc 2,511 1.00/1.00 vMB 16
596,316 596,316 000000000000000000055afba6cf4d8bdcb30d42042179e7a3400d0c60e56118 2,502 1.00/1.00 vMB 23
596,315 596,315 00000000000000000008f359d1a9a082b91455b99d05089aea1afa41582ee3e0 2,108 1.00/1.00 vMB 16
596,314 596,314 0000000000000000000278463ebfd11a97f73aacdd0081c32fce246e98c884be 914 1.00/1.00 vMB 2
596,313 596,313 0000000000000000000d06e50d76407e353207eed277a51cacfe48b454701db6 2,293 1.00/1.00 vMB 22
596,312 596,312 0000000000000000000e9c125cbd23cbfe863afa31ae04414c47e41e9daee13c 2,443 1.00/1.00 vMB 19
596,311 596,311 00000000000000000015e23f64e0b4021067660d7a1aa0f9faeeb9d485109652 2,861 1.00/1.00 vMB 39
596,310 596,310 000000000000000000058376ef662ec58abd59e0d65eb76d54406342804dee2c 2,861 1.00/1.00 vMB 30
596,309 596,309 00000000000000000007f15ac4f8ce5c71635c3d9de9fac118d4d365d65b8707 1,428 1.00/1.00 vMB 9
596,308 596,308 000000000000000000017a7a0c469247f156f285ce260ead21a11fd7cb7faba0 3,255 1.00/1.00 vMB 39
596,307 596,307 0000000000000000000592ff1e037c173f0410aa9f49a2cb41486a75cbbf987f 1,886 1.00/1.00 vMB 19
596,306 596,306 000000000000000000177b2375e7567b8a0295bfc73fe9ca63a018c58bc876e3 1,266 1.00/1.00 vMB 14
596,305 596,305 0000000000000000000cd829ea8fde830c03f755eb34266ab13c162ea2487ea8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.06 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: 651.18 GB
    • Received: 13.46 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.