Memory Pool Memory Pool Refreshing

591 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,706 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 587 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (556,478 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
351,227 351,227 0000000000000000114f2215679247078d8b753f6a088fd85b30550193ff60bd 0.12 MB 182 23
351,226 351,226 0000000000000000021493d96c5075a621a1b53f4e506687b10563b18f9582e2 0.15 MB 277 22
351,225 351,225 0000000000000000139c3c2ec1821208daeab23e24b278915f93551247668b51 0.45 MB 924 24
351,224 351,224 000000000000000004aab764efc6fd9eae29553c41838874387530aa1a8025d2 0.75 MB 1,369 26
351,223 351,223 00000000000000000d1150a30547ae803b3b097ee37ae751d53ae51f58e36b5b 0.42 MB 999 31
351,222 351,222 00000000000000000aae68f2687b8101f1380ea9df48d8a0229527b8affca66e 0.21 MB 455 27
351,221 351,221 00000000000000000c93b08c379112dd857ccaaedcabc57c8b1faddc537937a3 0.09 MB 196 28
351,220 351,220 00000000000000000c11db94942f8c854303da0e34e9c80772c936b2ed58c572 0.06 MB 141 26
351,219 351,219 00000000000000000aa89570aa1697679e3bae374843444b9b8ac5d7e872a6b7 0.67 MB 1,403 29
351,218 351,218 0000000000000000077f0ec7bf917b2651b30cfa254ce5afbd4eab7a3d2ba73d 0.18 MB 386 36
351,217 351,217 000000000000000015258a2f4789dac7b3929767ebab4d8b352167e788c9cd50 0.09 MB 173 10
351,216 351,216 000000000000000007fc074d71369fcdbdd448bf51ee72a41c1cb9db455aa943 0.37 MB 700 25
351,215 351,215 00000000000000000b8676787f87e721bd007811672c88bace423a1ab01a7f02 0.53 MB 1,024 27
351,214 351,214 000000000000000014f84024756be06464c14983c497442b9c873d3b454319fb 0.11 MB 57 4
351,213 351,213 0000000000000000133e0904645fcc38e4171b5ad970790b8fdd3229176ee322 0.09 MB 189 40
351,212 351,212 0000000000000000115dfecf3abef93de0b13c7cb0e797041414a13db138bf53 0.14 MB 280 23
351,211 351,211 00000000000000000c6e4851ee33dfe267925d57540fdc673f8b818c305115a8 0.10 MB 206 18
351,210 351,210 00000000000000000f67fd7bee0c35add741902d135212e3deef6be5409ad5dd 0.44 MB 910 29
351,209 351,209 00000000000000000325ded38a1a9aa4c9db4b634cf012227a58f3d2bd552931 0.22 MB 412 23
351,208 351,208 00000000000000000b749846fcbcd46354dfa8669ef122273b37c90b85d82e03 0.48 MB 929 27
351,207 351,207 00000000000000000fa1aa476ff3815fe68e20448f2e34c5271606a51c1ecff6 0.65 MB 1,474 27
Previous 10 blocks ↓
Total Size: 769.00 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,616.61 GB sent, 92.77 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.