Loading Tool

Explorer IconExplorer

Memory Pool

80,774 transactions
30.69 vMB
0.08875955 BTC
Random Selection Loading Transactions
Max Size: 186.67/200 MB

Candidate Block

Mining Attempt 9c021c65e41ea30f601d53d00663832e6c0b9fd1382a20b31bc6ac7da4cc9fe5
Version 20000000
Previous Block 00000000000000000001989f6db1d6f3f0e853c7a7de668ab650133d23b899c9
Merkle Root 3129c6f41cd0891cfd7eed2acf38ce4188518b5d2f33b3c8022209f7c4de7fce
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,479
Size: 1.00 vMB
Total Fees: 0.01877697 BTC
Feerates: 150.77 > 1.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,375 (476,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,052 439,052 000000000000000002be09a05e0386039531ff2fbfc8ca530db7be4c088ef687 306 1.00/1.00 vMB 6
439,051 439,051 000000000000000003e339e5f1bb6e08ac6c6d9aa6ebcbe9564a6172d2bc840b 1,009 0.70/1.00 vMB 44
439,050 439,050 00000000000000000355bddb9daecc54c87df9e94e68cf482c35b797d80ffd4e 1,629 0.75/1.00 vMB 68
439,049 439,049 000000000000000003eeae1f9f8a32cd6d108eeede80443e3351d9ae32acc15a 1,291 1.00/1.00 vMB 34
439,048 439,048 000000000000000000d804db5f3e247f5f53e63181199d1d1664f30922986d92 859 1.00/1.00 vMB 23
439,047 439,047 000000000000000002f111f3fdfdab3a0233045e182051605efa37ed3501c2d8 1,752 1.00/1.00 vMB 42
439,046 439,046 0000000000000000039872a4ac995e5a25260bebea2e7179c4028f812739c561 2,519 1.00/1.00 vMB 70
439,045 439,045 000000000000000004198a85f19a256cdd8ae18a121deb057adf410817892253 2,718 1.00/1.00 vMB 79
439,044 439,044 00000000000000000379a2ef9957eb3c4e319ba4703cb6b81eb8f3876b5c2fff 737 0.62/1.00 vMB 29
439,043 439,043 0000000000000000004e6f5cb4c12b5037fc9051f2216e126b61c18b5d259e78 2,700 1.00/1.00 vMB 75
439,042 439,042 0000000000000000017c0c56f464c19385f44fedd1796744aaf35394caf95c5d 563 0.26/1.00 vMB 73
439,041 439,041 0000000000000000015415d7f576aa78fe82f2fa3f2a7f1e341706ed30fb5da4 936 0.73/1.00 vMB 30
439,040 439,040 00000000000000000408dc6e870b84e9fb126dce4ac04d070a0a61e49beb1070 61 0.03/1.00 vMB 63
439,039 439,039 000000000000000000641e01d749192a8c38d9f8f258819d2a92f3287288a778 1,815 1.00/1.00 vMB 47
439,038 439,038 000000000000000003dcdb0828f1a87af7e1f618943dd6b660877041cb852921 2,044 1.00/1.00 vMB 56
439,037 439,037 000000000000000001b85cf39e0bdb92c8082ee54ad4d793c55960de46285902 2,630 1.00/1.00 vMB 63
439,036 439,036 000000000000000000ac613eaf4c2f59eb85d65e5b79e5c0d32291740534a362 2,541 1.00/1.00 vMB 77
439,035 439,035 000000000000000001d7d12488a1451cb33c47c7c6639af8cd35306d659e05e8 2,495 1.00/1.00 vMB 78
439,034 439,034 000000000000000002bad1fa5bff502e6714ffb1288560beeca9be2818ee0d6d 2,542 1.00/1.00 vMB 66
439,033 439,033 0000000000000000016acf3d28954d4bdd332e3981e3937906f837fdd2e1be99 2,902 1.00/1.00 vMB 73
439,032 439,032 0000000000000000028b12e9d63711160b2656a085bab6fb3a7fa2004a679fb6 2,299 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 783.04 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: 720.04 GB
    • Received: 18.14 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.