Loading Tool

Explorer IconExplorer

Memory Pool

37,005 transactions
25.88 vMB
0.07666764 BTC
Random Selection Loading Transactions
Max Size: 133.54/200 MB

Candidate Block

Mining Attempt 9c9b562d8509b6b490ec47a98202f142f6a3f7a5b7aaa077d3ee38d559c8f2e7
Version 20000000
Previous Block 000000000000000000007c5c9f7d16c5c2ffcbaf258956304c87cac4546c520e
Merkle Root 831f8998c2175d482cf45e8e779681ddf3aa510cfe32fc1c986faad8b5aab751
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,289
Size: 1.00 vMB
Total Fees: 0.02957698 BTC
Feerates: 101.64 > 2.96 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,902 (179,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
735,064 735,064 000000000000000000050f6283a7d1888384df64bbe1fb04311a2d808eb109b3 2,821 1.00/1.00 vMB 15
735,063 735,063 00000000000000000005619eb776b4b25661e1cac9f31cfb24e69d55b68be971 1,547 1.00/1.00 vMB 9
735,062 735,062 00000000000000000004b6a8291fdd94693aca23151a26369f813f73e4851f7b 2,178 1.00/1.00 vMB 8
735,061 735,061 000000000000000000081054a37df6952878b5f677c4affe15aedd29e34eb786 2,301 1.00/1.00 vMB 10
735,060 735,060 000000000000000000062fcec58362e44d5da6e2f6de8db6a448d7b3e5cfe1ac 2,783 1.00/1.00 vMB 18
735,059 735,059 00000000000000000001ab8c33255efe7d43623052ce60c443b078ec02ed4295 3,140 1.00/1.00 vMB 23
735,058 735,058 000000000000000000044d1f4ecc1a0bf7c5dd1271a06721d712c15ebcef93db 2,646 1.00/1.00 vMB 10
735,057 735,057 000000000000000000068291f47827b4b4708879e667268cbe5116729f429bf8 2,483 1.00/1.00 vMB 17
735,056 735,056 0000000000000000000963490ae8eb0be29f7bedbebb52306a41f414b2a84567 1,861 1.00/1.00 vMB 16
735,055 735,055 00000000000000000002fd59e3175f7079d094787dc340e50f51e2076d92b8b4 2,136 1.00/1.00 vMB 19
735,054 735,054 0000000000000000000738504f0978047358d145ac7d35a25cbac461031995cc 1,954 1.00/1.00 vMB 16
735,053 735,053 000000000000000000023f186df4ea9c9029084473c77dc140c67d5e1ce82659 2,927 1.00/1.00 vMB 13
735,052 735,052 00000000000000000001a95d112962b6fe055180f1a4c0915bf17f431470744f 3,083 1.00/1.00 vMB 21
735,051 735,051 000000000000000000025ad9848f0d53ee8067a3a1a86fdea60e95c270295b0f 2,909 1.00/1.00 vMB 26
735,050 735,050 00000000000000000007da4e0ebef6c5632a33fde0ffbc0a3d5f290d3e68d375 2,458 1.00/1.00 vMB 12
735,049 735,049 000000000000000000001ec419d1dfb5435b97b0e295dcf53f820c3b94845594 3,026 1.00/1.00 vMB 13
735,048 735,048 00000000000000000003dbfdecb1d64dbfed4565c096b6050d28135454ee0d18 3,124 1.00/1.00 vMB 18
735,047 735,047 00000000000000000002c2a0ebce2113e9744d6f01bf206d1e5673520af81ada 2,508 1.00/1.00 vMB 16
735,046 735,046 00000000000000000008490d9fba27069c1655a2add39c948ec638f341255a2c 818 1.00/1.00 vMB 17
735,045 735,045 0000000000000000000685537b2330d6d44180aa9a51fd8e322d2094c7395eda 1,518 1.00/1.00 vMB 21
735,044 735,044 0000000000000000000307a014a4d3fc84d26f0b4e473e9a3277f4b832c27cb0 2,417 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.22 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: 654.53 GB
    • Received: 14.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.