Memory Pool Memory Pool Refreshing

3,316 transactions
1.72 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,008 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (613,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
294,328 294,328 0000000000000000482079d0d013b75f4a9966613dd348c928f44c05f0476c3d 0.09 MB 150 27
294,327 294,327 0000000000000000c0b4bede793045606417892efcbb83c3d5c52b9aa74b9086 0.20 MB 313 36
294,326 294,326 00000000000000007f49a436045b4190c4164adef4479ebc290ae1379826b40a 0.29 MB 330 32
294,325 294,325 00000000000000007f67ae88adbd40ce943180d25d62f2f95a2deaa14f78c05c 0.09 MB 128 16
294,324 294,324 00000000000000005ce8d7c12c6b1b6efb0932b030098af1cf8e4124aab43687 0.35 MB 947 49
294,323 294,323 00000000000000003883bd7de39066462154e28c6dbf5ecb90d356b7d8910ddc 0.38 MB 608 32
294,322 294,322 0000000000000000189bba3564a63772107b5673c940c16f12662b3e8546b412 0.01 MB 10 17
294,321 294,321 0000000000000000ced0958bd27720b71d32c5847e40660aaca39f33c298abb0 0.03 MB 65 28
294,320 294,320 00000000000000008a6f091fdc7632d01dee64ca5d6360f8f9454adfcded0793 0.06 MB 116 48
294,319 294,319 00000000000000007a8488bfa395463a5a650c1f082e2030c3fbad901743a029 0.23 MB 412 31
294,318 294,318 00000000000000004a225586c7edce516f8db56ece56afd4386cc2fd1be489de 0.25 MB 432 38
294,317 294,317 0000000000000000555186bacae298d69d48f19165303384f6af7f3ef858ca84 0.10 MB 41 2
294,316 294,316 00000000000000001dd40c71b4c58d64bc174223326954043542d123a8d74cc8 0.17 MB 246 23
294,315 294,315 000000000000000004c79e1e86b0cc142e96ad685180d699297edd5036702198 0.11 MB 256 64
294,314 294,314 0000000000000000509b3f912fb48c6f4188fcf86de120446c67ae0e9d71295f 0.19 MB 49 9
294,313 294,313 00000000000000005bf69102e4503bedacf0c1fa9d8acabf2ce516cb6b3ea749 0.35 MB 323 24
294,312 294,312 00000000000000005d074812b55385e2fdae308255add0bd9ea7f52c3e6d05aa 0.35 MB 953 52
294,311 294,311 00000000000000001f956a0fd41a14bb1303c7450925771c83a0f2f555bd9450 0.08 MB 35 8
294,310 294,310 00000000000000009520e31f584e68a211eab6e33e209a9aa6e19626a92b59d4 0.07 MB 38 8
294,309 294,309 000000000000000061637dd38edc164ba1b3b33aa0cc301bda1f8913e7449010 0.07 MB 128 39
294,308 294,308 0000000000000000cf68dfa46c5eba4f3caca88ef1ac172398a6a6c23c105ab4 0.07 MB 141 72
Previous 10 blocks ↓
Total Size: 769.05 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,627.45 GB sent, 93.12 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.