Loading Tool

Explorer IconExplorer

Memory Pool

27,809 transactions
12.48 vMB
0.04008060 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 72.35/200 MB

Candidate Block

Mining Attempt 06fba73986cf6e52523c6d15a26e5b22eafab27f82cd288482d0bbe62c1125cb
Version 20000000
Previous Block 000000000000000000000f78b5039183da5ed41eb05942de3a2a266776018bfb
Merkle Root f91cab4b74cb178d9b48a7ff7a642acc14b84c7eec5346e796609927fcc2c4a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,502
Size: 0.997953 1.00 vMB
Total Fees: 0.01881838 BTC
Feerates: 100.41 > 1.89 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,689 (764,909 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
148,780 148,780 000000000000050e96237b1a2ed8ee9f5e74d077776f1933e6137e0251e8e614 38 0.02/1.00 vMB 196
148,779 148,779 000000000000054dfd1663322603daa6985f5401e754aa6a615f28ee6c9ebb48 6 0.00/1.00 vMB 0
148,778 148,778 000000000000064005f9a160e8389d4283817bcdfb936e96ca33378e964bf8a3 65 0.03/1.00 vMB 109
148,777 148,777 000000000000009a96b3fca162a886f5fac2f8115b16cbeb20e31d1d693f7fe7 15 0.01/1.00 vMB 139
148,776 148,776 0000000000000356abf14e2fac97aabc0d1293df61220860ff03438195e053b3 88 0.03/1.00 vMB 93
148,775 148,775 0000000000000622889c5dfde0e8042b50ef45a540fd454a96d2291d37d2681e 5 0.00/1.00 vMB 15
148,774 148,774 00000000000006f4fcb8e8a145cf2adeeab41ad4df35e82d7262a7ca78d12d88 20 0.01/1.00 vMB 101
148,773 148,773 000000000000035dddfb9a2c28a92d41e37592770fa21c134f1fb067b38428ec 34 0.01/1.00 vMB 91
148,772 148,772 00000000000004f1d93424ea2b5b6fe8e538590ff3c79e295207f1d7a63495d6 21 0.01/1.00 vMB 88
148,771 148,771 0000000000000038701297ae2062ce423ccc1f45d885caca4ce58031375233bc 70 0.02/1.00 vMB 27
148,770 148,770 00000000000005bb21d2c7e99ab17b04564886c65dfa6704a37542fb051197b4 102 0.04/1.00 vMB 165
148,769 148,769 000000000000040880cdffa1adf2f78eade343c426884f92f404e7e519544085 52 0.02/1.00 vMB 129
148,768 148,768 000000000000002440b72c1d63f2c5555078e7bf30f5b7f22626da9d7be90bb9 19 0.01/1.00 vMB 162
148,767 148,767 0000000000000217228831a8ef7418ad665739c4da46989cb2234bed0864715a 89 0.03/1.00 vMB 3
148,766 148,766 000000000000053b5dd69732a107f518ed400886d1332d4bb5d6a554943a3dcb 57 0.03/1.00 vMB 204
148,765 148,765 00000000000000ce397d960a39ccc3a6ac11bbfec488b14e1a9e57f799450c42 61 0.02/1.00 vMB 412
148,764 148,764 00000000000000db4df621fc0b9b8a37879466ca8c01c680b4c76c6cf5243e1c 53 0.01/1.00 vMB 0
148,763 148,763 00000000000004b5761223e14dc84bc5e46add6e3d4134dc201211d018f05136 101 0.03/1.00 vMB 163
148,762 148,762 00000000000001ab80ee9b99fcf9b9fba6961ebebd795538f0a081b38a85dc54 61 0.02/1.00 vMB 127
148,761 148,761 000000000000003ecc4cc55bf40f3a4cecf07938f13481d7408419f7cc639e53 12 0.00/1.00 vMB 104
148,760 148,760 0000000000000863d3e911c712c833d965da2e06e5916bd0903707453d3d970f 48 0.02/1.00 vMB 135
Previous 10 blocks ↓
Total Size: 780.07 GB

Node Details:

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