Loading Tool

Explorer IconExplorer

Memory Pool

35,170 transactions
25.90 vMB
0.06790123 BTC
Random Selection Loading Transactions
Max Size: 131.61/200 MB

Candidate Block

Mining Attempt d425f9d98520fb635534d668651c126ed0529e7366c644f11d646d72ede38aa8
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root 00c824597a967c01e45c76bbee3228acdb88135e50f0ccaedb44c619dde15ed9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,767
Size: 1.00 vMB
Total Fees: 0.02038707 BTC
Feerates: 250.88 > 2.04 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (340,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,131 574,131 0000000000000000001b9bd6a26aa31b7801fcb959b45cca8b10c887a9344106 3,203 1.00/1.00 vMB 18
574,130 574,130 0000000000000000000d2768529e41f1ca6154eb0d356852f1b9d97ef1b9a7b4 3,008 1.00/1.00 vMB 63
574,129 574,129 00000000000000000009269c77679215b324810d4f6868ddd1b7a4e0daf814aa 1,979 1.00/1.00 vMB 39
574,128 574,128 0000000000000000000d7b1179e9fac88a2975d4a4bb7d6dfe33e54b848bd882 2,901 1.00/1.00 vMB 48
574,127 574,127 00000000000000000018fd3a9803c10f1feda2eada863192d5b06eff94510c09 2,909 1.00/1.00 vMB 37
574,126 574,126 000000000000000000076a286401e3b0044c68001982fd29b3a751706f5e49f8 3,209 1.00/1.00 vMB 44
574,125 574,125 0000000000000000000a32c582618e2606c99d57fafe70b92dd6ed34178625cf 3,242 1.00/1.00 vMB 23
574,124 574,124 0000000000000000000d3d1ddb4fe04ca73cdccefceb3dea6ef4a7450dfaaebf 3,058 1.00/1.00 vMB 37
574,123 574,123 0000000000000000001fcf43fe35e850f845e83053bb865bf1a6938c813ab603 3,359 1.00/1.00 vMB 14
574,122 574,122 0000000000000000000ab123371796b47ce9942eb9c89a0a720b31ce432e265b 3,135 1.00/1.00 vMB 34
574,121 574,121 00000000000000000019ffaccb71cff51bd795e25afa96048e44cec6fa51c6d0 3,116 1.00/1.00 vMB 84
574,120 574,120 00000000000000000003454560c6d3fc7ea26db54ba809c234306558c81cf327 3,350 1.00/1.00 vMB 19
574,119 574,119 00000000000000000012c6878e23191368494513516f3c74a2909bf2a11a6fa4 2,991 1.00/1.00 vMB 71
574,118 574,118 000000000000000000140d82ddcf0213efd721e13c559e3f3c8b6541ee5b9b40 3,047 1.00/1.00 vMB 41
574,117 574,117 000000000000000000298c5ee79b6383ded6a1514d41fa8a5defd164b2e45145 3,400 1.00/1.00 vMB 5
574,116 574,116 00000000000000000019c2c505b0fe827d4bc2de3d4b6d61d5bd6e0c6b5c8e12 2,966 1.00/1.00 vMB 40
574,115 574,115 00000000000000000011a92578aa9bdac67fa7a51c09ebe3911f2896a1688650 3,253 1.00/1.00 vMB 33
574,114 574,114 0000000000000000001c58a13b734f28597dbb68f849ea5f101a9eb79eed9cb8 2,974 1.00/1.00 vMB 63
574,113 574,113 0000000000000000000612a1c6b64078641cbe960b7087a167f46bcc853a0295 2,617 1.00/1.00 vMB 48
574,112 574,112 00000000000000000008f30926008be4f74fff7a6dfc7264639f8eb59c382870 2,582 1.00/1.00 vMB 50
574,111 574,111 000000000000000000011210e37d42c7daee6067b7c67fa4e1bc9e538290926d 3,093 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 781.84 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: 637.80 GB
    • Received: 12.44 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.