Loading Tool

Explorer IconExplorer

Memory Pool

44,014 transactions
27.28 vMB
0.07880984 BTC
Random Selection Loading Transactions
Max Size: 142.50/200 MB

Candidate Block

Mining Attempt 75e3c3713722abb0c3288a7fe6b89721d5d2eb88c70d52e5d712397ec070fd7e
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root d17ec5d1c8a1c9d8c779491f66c06c00b043b2d50e365c9008657e9f2cb600cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,432
Size: 1.00 vMB
Total Fees: 0.02594242 BTC
Feerates: 150.77 > 2.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (291,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
623,075 623,075 00000000000000000001698f8d195a487bb156939ea8158540c3dd6b80659582 1,859 1.00/1.00 vMB 13
623,074 623,074 00000000000000000001690c7f949d353d8fe15b12f81a44acad44d5f1a28bca 2,674 1.00/1.00 vMB 53
623,073 623,073 00000000000000000006f1ef72fa32376b14b85781eac588ed637229921ac91b 2,602 1.00/1.00 vMB 64
623,072 623,072 00000000000000000009090535bbb3832c51700e7fc146f55c2e1cc7dd6c5f61 1,646 1.00/1.00 vMB 32
623,071 623,071 00000000000000000009fb82cada077e181ca7daf1c529670045fba1d7614aba 1,486 1.00/1.00 vMB 31
623,070 623,070 0000000000000000000e4dd4ea11ebb9058bfd93394740818dc6213a913373f6 2,124 1.00/1.00 vMB 36
623,069 623,069 0000000000000000000abaeb651548a18b9bb028ff03134a83c3d22f640a5959 711 1.00/1.00 vMB 16
623,068 623,068 00000000000000000006ffe0e3aad886519407b09bff02031925e763a6ab7060 620 1.00/1.00 vMB 15
623,067 623,067 000000000000000000130f6d1398211dfbc6e13d06b5f2c76db2f856e44f9dc0 2,747 1.00/1.00 vMB 21
623,066 623,066 00000000000000000004711747d84a4bc75375392897f426e9dce420a7c61f49 2,619 1.00/1.00 vMB 49
623,065 623,065 000000000000000000004d1f6829acde8959005a29fa68594d15608677c56522 2,794 1.00/1.00 vMB 77
623,064 623,064 000000000000000000132dea08616e57511f052f1e4de967de6243f8943c4a8c 2,622 1.00/1.00 vMB 51
623,063 623,063 0000000000000000000bdef1d56da2d70cee91baf75daa94caa12c383e1e58f9 597 1.00/1.00 vMB 13
623,062 623,062 0000000000000000000c12928cb20c5b8eb7f35206ec7bc36da3c6f695a0b40f 1,877 1.00/1.00 vMB 11
623,061 623,061 00000000000000000006e72c883352727d86e0d561f8b62a76779cd9557e3205 3,089 1.00/1.00 vMB 21
623,060 623,060 0000000000000000000eeeff91a45565efc662653e4dd87fdb080bee7485df0b 2,418 1.00/1.00 vMB 41
623,059 623,059 000000000000000000063b3e3d231ffdd445469cfa6c2714e4475dbe7f1048bd 2,181 1.00/1.00 vMB 57
623,058 623,058 0000000000000000000f3d5978e4f6fbee396d13a8616b8f85e6ca7f2de2c0d9 2,460 1.00/1.00 vMB 74
623,057 623,057 0000000000000000000e1aa2496eab1001ca52beb476b84d116cbc22cadd1094 2,755 1.00/1.00 vMB 82
623,056 623,056 00000000000000000009092d290dd9495c1c08d89de9a9b2abf56cfebfd1a13c 2,371 1.00/1.00 vMB 40
623,055 623,055 0000000000000000000798469be809fbdc73d61edae160d6738641230521b9fc 164 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.18 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: 653.66 GB
    • Received: 13.99 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.