Loading Tool

Explorer IconExplorer

Memory Pool

41,823 transactions
26.73 vMB
0.05600374 BTC
Random Selection Loading Transactions
Max Size: 140.28/200 MB

Candidate Block

Mining Attempt 614a9567543c08435a6583e267dc67dd68ba370dfdecac829f13048c49f5dcba
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 7974482e07dc35ffbc482fc7b2309a11a4c2fb8225c6debe8e2cec96a38d997c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,606
Size: 1.00 vMB
Total Fees: 0.00656058 BTC
Feerates: 103.41 > 0.66 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (518,708 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
396,216 396,216 0000000000000000090c9baeb69cb808c81c8403ab9836630426f70db23b54a8 2,042 0.93/1.00 vMB 46
396,215 396,215 0000000000000000032be833addff99d562e654db88aa53d9887c20731e03e3d 2,184 0.95/1.00 vMB 42
396,214 396,214 000000000000000005d907e6159da980007eaa54cf92cde5d01a70f9c533e2f1 2,467 0.95/1.00 vMB 50
396,213 396,213 0000000000000000020a68c342c25fdcc86fa269e013ffe172fd4ead9f97bede 3,088 0.95/1.00 vMB 60
396,212 396,212 000000000000000006fe73a1cfc34f74f934febd08b8c15862e797d8c43fce5e 719 1.00/1.00 vMB 52
396,211 396,211 0000000000000000065af8d9c27b80da3ca41447de5751054e51b1834a8adf13 1,413 0.89/1.00 vMB 80
396,210 396,210 0000000000000000018335d12c5d324db535e590aede8d96591d16c2f43f539c 2,936 0.99/1.00 vMB 107
396,209 396,209 000000000000000003f4d4dd230e40a7290a28ce5bd47876ec209cdf2d2b2537 1,322 1.00/1.00 vMB 54
396,208 396,208 000000000000000007aec558d11ab78277a3dc53cfcc7d0d7c17a88c8c460b8f 855 0.95/1.00 vMB 64
396,207 396,207 00000000000000000113521eaff664f067e4db03ea1e3de29101cc686f5635a3 1,759 1.00/1.00 vMB 34
396,206 396,206 000000000000000001d598c37dd7d027f3adb5ef4f2749a6233b783a4f58bcc9 2,555 1.00/1.00 vMB 60
396,205 396,205 000000000000000007b72cb5c7f57d8570941caf4a20924338a66cb2b2861d0f 1 0.00/1.00 vMB 0
396,204 396,204 0000000000000000069dccd68e445d8df21ae2383a93c854c4e4976119bd65cf 2,912 1.00/1.00 vMB 63
396,203 396,203 0000000000000000020ed2fae6feb053e2d7427e3e9df72e75ac9e64a9c20cec 1,715 1.00/1.00 vMB 29
396,202 396,202 00000000000000000303880b5df622fce9371f26258883a1144dd4268a0bc776 2,559 0.95/1.00 vMB 52
396,201 396,201 000000000000000004dc7b05c27d6d0b24e5d045c7595821d3b7c13623ce81d8 22 0.05/1.00 vMB 17
396,200 396,200 000000000000000007d031d83d45a1e66e848b7ed4c25aba50dc4ce945d6e1d0 1,892 0.75/1.00 vMB 47
396,199 396,199 000000000000000002f6e8c16a6225c852e8bd52cd9058d6fbf8122878fee109 1,885 0.93/1.00 vMB 42
396,198 396,198 000000000000000001cd2836eb200fcfa659cb6f1daf93dd5464c2d1525149eb 2,400 0.93/1.00 vMB 47
396,197 396,197 000000000000000003c6805f3989aace7f405ca73d7a96e06468f8495d3129d3 2,809 0.93/1.00 vMB 80
396,196 396,196 000000000000000008d4e6c6e44a02565779fadc598a2a0d5343968f38f03d41 1,094 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.