Memory Pool Memory Pool Refreshing

3,422 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.94 vMB 3,413 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (793,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,058 114,058 000000000000158a8e2a5864c4efc8c17d161916fd8f4ae3b34a3fb2129f2f42 0.03 MB 16 1,028
114,057 114,057 000000000000805f7a2c164d9246711a6bbb5e1ead830cff5de18afbdccf9e6c 0.01 MB 38 513
114,056 114,056 000000000000bb4696e7973dbcd906a8ef1f951837547a87032f9810d13df326 0.02 MB 71 0
114,055 114,055 0000000000009c0510fe0a0d66c164aea953ec10732848f5abef6044a7b63bf5 0.01 MB 44 98
114,054 114,054 000000000000b633be0a96e0639f4d00691a1b8fdef92467267a92d722146d57 0.04 MB 154 0
114,053 114,053 0000000000002724b8eb6c376325455fff6daef495225e91cd42e06044f777fa 0.00 MB 11 318
114,052 114,052 000000000000cb1bb46b9b085b3dcbb6a3edd236b60c2553ca4cb534990b7cdc 0.00 MB 6 0
114,051 114,051 0000000000004b845900c073807baaf14514feb818939a59f501d0bc28b4d438 0.00 MB 11 480
114,050 114,050 0000000000008a8ada7636b4a49377d028bb8fe9a3519120a047d4f2d8d994cd 0.00 MB 10 0
114,049 114,049 000000000000499b05f7401fb25046bfef25491cb37f6a39e1d0dd6255e95e4c 0.00 MB 9 321
114,048 114,048 00000000000076c7c5382f8c67d20fd4295e8b33d7580c440f0ad4422240ed6d 0.01 MB 26 151
114,047 114,047 000000000000c633a483287c815df80fcea541404953a4e9ae6a57bd4dca6bfc 0.03 MB 109 0
114,046 114,046 0000000000000826c90b9f82c3feb3da5ea49b4e9f6fb10c89f0b61717e5a330 0.01 MB 38 0
114,045 114,045 00000000000053734c6138744266d690d56e40e2d74a7258b61b75aa0e1ea207 0.00 MB 5 0
114,044 114,044 00000000000039a3054b8f87c182a0befdd8894cd370860277d3b1b1f0507915 0.00 MB 1 0
114,043 114,043 0000000000004948426c1495754bc0e8d196137478dc4c348106576836917ba5 0.00 MB 13 0
114,042 114,042 000000000000a1805327d25b588ac43fb5a46813b7d8eebc59ee5a993ff02378 0.00 MB 3 3,875
114,041 114,041 0000000000005a1a544808668fab7ba91869b397f07b0af03868e76dcbeb2383 0.03 MB 130 0
114,040 114,040 000000000000d28c78d389dd910636cc2457f89aba62bddaae6983e00c2528bd 0.00 MB 9 0
114,039 114,039 000000000000896140f509286b0f8142f4cee213ab7fffcad93eeafa2bc4a050 0.01 MB 24 450
114,038 114,038 00000000000068d9c7640ea9f0ea472c8f97a7bb2c6cc644415e07dc13d11036 0.00 MB 12 313
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,635.56 GB sent, 94.33 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.