Loading Tool

Explorer IconExplorer

Memory Pool

42,415 transactions
26.15 vMB
0.05607669 BTC
Random Selection Loading Transactions
Max Size: 137.27/200 MB

Candidate Block

Mining Attempt ff47b62597a496a19f69f68ddcb68aebb0e1e6f08d16e97ac7760f04583baf46
Version 20000000
Previous Block 00000000000000000000038677f305517a8cc11c54bf2db46b69946ea9907fbb
Merkle Root 5ed14c68cefdba9e98dad83f74ec36deab4847c9696067279b8d6b90b74cd92c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,791
Size: 1.00 vMB
Total Fees: 0.00842139 BTC
Feerates: 121.00 > 0.84 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,759 (130,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
784,210 784,210 000000000000000000002f7ce47a66916b0abfe3dec8bd489d98ef161df1d3bc 2,905 1.00/1.00 vMB 21
784,209 784,209 00000000000000000003a1bf882f380dc6d99f394754c7e29ee42f36300acdd8 3,681 1.00/1.00 vMB 32
784,208 784,208 00000000000000000004705509248228eef4052058c349b67032553d3819545d 2,757 1.00/1.00 vMB 17
784,207 784,207 000000000000000000048f9af1d9b0f326a192346c6bc9ae826a0bac68e2cc22 2,369 1.00/1.00 vMB 22
784,206 784,206 00000000000000000002f367bf31e99b1646d9b15b8065d11e06e65c57d202b6 2,771 1.00/1.00 vMB 32
784,205 784,205 00000000000000000003f129e5daa691ba03c52d76f7bbf3776ccaa3d95dceef 2,588 1.00/1.00 vMB 24
784,204 784,204 000000000000000000000666b6f3d638b7f624f002e8d18415c94c527be809ed 3,625 1.00/1.00 vMB 34
784,203 784,203 000000000000000000055d0510d781ba6c88ac1a63f7ddd8220fad16a9a368e1 2,122 1.00/1.00 vMB 39
784,202 784,202 0000000000000000000318dfcf3adb92663a36a4761df3bd83dfeff920ac181c 2,267 1.00/1.00 vMB 18
784,201 784,201 00000000000000000001865c4eb06e011eb822b7675db607f4edd809410c9905 1,922 1.00/1.00 vMB 13
784,200 784,200 000000000000000000046bca51a727f1121b12fe576337fee28ed3a856cff18f 2,509 1.00/1.00 vMB 15
784,199 784,199 00000000000000000004edfeb4bf1da56f0652b2e2d1cc8da529cd2ad9a35aa7 879 1.00/1.00 vMB 6
784,198 784,198 00000000000000000005c96b82b5635a9c863b55d0dfc2b5054b3adfb3e6d52f 1,754 1.00/1.00 vMB 10
784,197 784,197 00000000000000000005de2ab5786ed8c5daf6df4d1ef3a84080302c9067077c 2,373 1.00/1.00 vMB 11
784,196 784,196 000000000000000000021a9adf76edb7044a5114fafdc5a537ae7c722f1ef92a 3,475 1.00/1.00 vMB 32
784,195 784,195 00000000000000000001837bb78c2395047067a8710f172d5eff81eff5f8c7ff 2,728 1.00/1.00 vMB 4
784,194 784,194 000000000000000000040be855738726c8b8091e3cd207acec58fc93d8820f8c 1,758 1.00/1.00 vMB 13
784,193 784,193 0000000000000000000308e108baa40bb82019ec9d578ac08c384a6e01766c26 1,162 1.00/1.00 vMB 9
784,192 784,192 00000000000000000005bdd33e8c4ac8b3b1754f72416b9cb88ce278ea25f6ce 2,045 1.00/1.00 vMB 12
784,191 784,191 000000000000000000004f43ad1e50f26d5dab6a4cf2451d5d20804b10320d86 2,055 1.00/1.00 vMB 15
784,190 784,190 0000000000000000000434d82013022f525267f37118b09f407f70bdd0c2b8a7 1,605 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 781.96 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: 647.52 GB
    • Received: 12.95 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.