Memory Pool Memory Pool Refreshing

3,272 transactions
9.65 vMB
Show Random Selection Loading Transactions
Max Size: 50/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
887,249 0000000000000000000282810000000000000000000000000000000000000000 1.00 vMB 595 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 887,248 (68 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
887,180 887,180 00000000000000000001b765b54c7030d28cd1f3bad2c3034ea8df5c4b1aaff7 1.98 MB 2,787 3
887,179 887,179 000000000000000000006ad1aa5bd1ee54870983806ad7042b81ba61d05615e2 1.78 MB 2,944 5
887,178 887,178 000000000000000000019500f246795a82fb713f9b8817f3b23a7f53271275fc 1.48 MB 2,332 3
887,177 887,177 00000000000000000000d8f83d6142a281ad0c6411c03e4c1adc04f214570676 1.69 MB 2,707 3
887,176 887,176 000000000000000000004fcc0a343e7cce1cfa32dedc557ae172ca345f1cb3e7 1.51 MB 3,414 6
887,175 887,175 00000000000000000001e5591eafafe182a8c302f22c131165796d430e2357b6 1.66 MB 4,101 4
887,174 887,174 00000000000000000000b12c4f5d1309fcb8599987040a7caaf5ac08a6d2a7cc 1.67 MB 3,637 4
887,173 887,173 0000000000000000000146290a18131463d776b6ace9f7e2cef947a0be99bb81 1.62 MB 4,027 7
887,172 887,172 00000000000000000001aafbb8de989fa953fe308ba9e01174e8d7751bf280f1 1.54 MB 1,903 2
887,171 887,171 00000000000000000001011b0ed8034d848766e6cfc17d2a9cdfdda734ad6d4d 1.64 MB 3,748 4
887,170 887,170 00000000000000000001baa670fc1089dc52532119fddd4994ab248f17cf1592 1.45 MB 2,354 2
887,169 887,169 000000000000000000011f88b6ef70d6021b90500553544eae4e7c633b64ca67 1.71 MB 3,301 6
887,168 887,168 000000000000000000000dd950d0c429b45a87e8cada8538111a6a923588eff0 1.78 MB 3,777 1
887,167 887,167 00000000000000000000ec648628c1976685f31720ed6968a0f012c5c461050a 1.60 MB 3,762 3
887,166 887,166 000000000000000000027146dfcef0024a331cfb662848c913ed9e7db1dfd7c5 1.16 MB 978 1
887,165 887,165 000000000000000000019a6c6cbed0dbd403360f23e24345ec31bfd3ea5832a3 1.55 MB 3,328 3
887,164 887,164 0000000000000000000182854605a87d5e32c40e0735327495232e9a20590a0c 1.50 MB 1,923 2
887,163 887,163 00000000000000000000f3b25b9111f5df0de8fc178591e911628070e34d8540 1.03 MB 137 1
887,162 887,162 000000000000000000009ed9ce5d01c8de2981adb21f3fc5defb5c5e7b3b6ed2 1.54 MB 2,108 1
887,161 887,161 0000000000000000000019b7d03afac2034e25fddd1c61316b6371fe4da0070b 1.77 MB 2,772 3
887,160 887,160 00000000000000000001aa10ca3ce2ad1f7ab1f4c33cd880caef3247b65d3a64 1.70 MB 3,536 4
Previous 10 blocks ↓
Total Size: 732.83 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: 2,820.00 GB sent, 125.19 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.