Memory Pool Memory Pool Refreshing

9,869 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (546,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
361,714 361,714 0000000000000000006afe53f267bfb0f9be7ab786f5287a764e8397e917c488 0.43 MB 964 28
361,713 361,713 000000000000000014465c579624c1c0c4be3dd7ddd4e10f35ff1e3ec57d68bc 0.16 MB 310 19
361,712 361,712 00000000000000000ee3aee0881ded576fbb7883b7cadf8ae801f68e4a99d593 0.11 MB 289 32
361,711 361,711 000000000000000010bb578c04091b28b047e16251dbe44e2ecf80762769fc78 0.51 MB 1,084 25
361,710 361,710 000000000000000003e6a41b83db893ab2102210fcbc69f1423b798ea6aa80d5 0.28 MB 576 29
361,709 361,709 000000000000000010154cc3b8b0784b9e5d870761e0b124c31508e9f4d852be 0.51 MB 1,199 33
361,708 361,708 000000000000000000d99f241e488480d495c503bf8f17a1b0435e7a099b7a4a 0.60 MB 1,331 30
361,707 361,707 000000000000000004cbbd20b1d0577fcfb7a68668071a8671cc65731cf9b44c 0.12 MB 129 12
361,706 361,706 00000000000000000c6c8b5d77948c7ccfb172788587ca05c59bb95415072531 0.51 MB 1,095 27
361,705 361,705 00000000000000000debf8b45013d9f0584d33dc4cdf4b4813039681e75374e3 0.00 MB 1 0
361,704 361,704 000000000000000014f73515deb457ba9384cc4465df23c2ae2bd60d7e33db81 0.47 MB 1,005 27
361,703 361,703 000000000000000008b1e95f126593d5d441339833bdf7aa08eece156d3d7103 0.29 MB 550 25
361,702 361,702 0000000000000000138407e390ad9d0d53d64b85ed3af182711159bfc65b9da1 0.25 MB 208 9
361,701 361,701 00000000000000000b6fac32a0b9283b744fe0040d87d4f60cf529d32156e533 0.74 MB 781 11
361,700 361,700 000000000000000009713a0cc8c976d25aa13f805375f02b701987be18774f2b 1.00 MB 1,485 18
361,699 361,699 00000000000000000ab0afd94ff53764d613b73b18d4933967140386dbdd8af2 0.10 MB 109 15
361,698 361,698 00000000000000000ce41e0eb8c85ef3609de05a85dc788baaa8a6388d8b496f 0.75 MB 155 10
361,697 361,697 000000000000000012fba45a225e1e19904fc6dda175fd765aad0edcf84458b3 0.95 MB 950 20
361,696 361,696 0000000000000000117b0d41c4657bde82977fab107e662e2e0ab1a09ba8b5a3 1.00 MB 1,636 23
361,695 361,695 00000000000000000f482a6d8a45b6d0e2405d44d215fc450cd578e3fbfc8736 0.75 MB 1,246 32
361,694 361,694 0000000000000000025360273a08a2b6138eb7fe987137753a79202850114329 0.75 MB 203 12
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.