Loading Tool

Explorer IconExplorer

Memory Pool

26,466 transactions
6.26 vMB
0.04679273 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.27/200 MB

Candidate Block

Mining Attempt 510fbaafb5021b117cd85ad31fdb9355df8e5f85b0fb55a8f05d1ca873a1e54b
Version 20000000
Previous Block 000000000000000000001aa7bc4ab8781ec75b9e95d975417f0fcc9048b6305e
Merkle Root f84048554d1e5de3dda6ca8285bbd1b1933546cdc5e77937a42c8362ec9a9300
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,085
Size: 1.00 vMB
Total Fees: 0.03218025 BTC
Median Feerate: 2.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,233 (764,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
148,771 148,771 0000000000000038701297ae2062ce423ccc1f45d885caca4ce58031375233bc 70 0.02 vMB 27
148,770 148,770 00000000000005bb21d2c7e99ab17b04564886c65dfa6704a37542fb051197b4 102 0.04 vMB 165
148,769 148,769 000000000000040880cdffa1adf2f78eade343c426884f92f404e7e519544085 52 0.02 vMB 129
148,768 148,768 000000000000002440b72c1d63f2c5555078e7bf30f5b7f22626da9d7be90bb9 19 0.01 vMB 162
148,767 148,767 0000000000000217228831a8ef7418ad665739c4da46989cb2234bed0864715a 89 0.03 vMB 3
148,766 148,766 000000000000053b5dd69732a107f518ed400886d1332d4bb5d6a554943a3dcb 57 0.03 vMB 204
148,765 148,765 00000000000000ce397d960a39ccc3a6ac11bbfec488b14e1a9e57f799450c42 61 0.02 vMB 412
148,764 148,764 00000000000000db4df621fc0b9b8a37879466ca8c01c680b4c76c6cf5243e1c 53 0.01 vMB 0
148,763 148,763 00000000000004b5761223e14dc84bc5e46add6e3d4134dc201211d018f05136 101 0.03 vMB 163
148,762 148,762 00000000000001ab80ee9b99fcf9b9fba6961ebebd795538f0a081b38a85dc54 61 0.02 vMB 127
148,761 148,761 000000000000003ecc4cc55bf40f3a4cecf07938f13481d7408419f7cc639e53 12 0.00 vMB 104
148,760 148,760 0000000000000863d3e911c712c833d965da2e06e5916bd0903707453d3d970f 48 0.02 vMB 135
148,759 148,759 0000000000000610f7f6f6135fb3199165b940a68242646934554d5403542fc9 64 0.02 vMB 3
148,758 148,758 000000000000061484e62ba852fc0d25f38d1082a2515211716551e4e71afa9a 11 0.00 vMB 54
148,757 148,757 000000000000032dafc8c2cdea6399c17f840d2c91aac8d127a0c78c7f9984ab 19 0.01 vMB 251
148,756 148,756 000000000000011877067a7c419033c66c22521ce277dd41a87ab3afa5dcb200 121 0.05 vMB 168
148,755 148,755 000000000000048bbf08785885513d6f1786acdad4b5f17c5f88ac4e5812f894 64 0.08 vMB 71
148,754 148,754 0000000000000414f033ed67a0525a1067d253c87892cf5c3d0d1500b13437cf 7 0.00 vMB 681
148,753 148,753 000000000000042e7264523f8daafa360196ef38f480476d6d9705f2b27b4d7e 37 0.01 vMB 166
148,752 148,752 00000000000005ade4fd717b5fd8c4cc2315eb025de41c9594cf246760547f40 46 0.03 vMB 202
148,751 148,751 000000000000047757d7cc14d958086f66601bdfdffbd14eb28a711289b8d1c0 22 0.01 vMB 220
Previous 10 blocks ↓
Total Size: 779.26 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 81
    • Outgoing: 10
  • Data Transfer:
    • Sent: 39.24 GB
    • Received: 0.55 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.