Memory Pool Memory Pool Refreshing

3,748 transactions
1.84 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 ago 1.00 vMB 2,342 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (161,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
746,272 746,272 00000000000000000001753c2fca13260fb4c654d0aa469094b9c833cc4e4896 0.86 MB 828 7
746,271 746,271 00000000000000000001ca2c54e909913464153f13593947e2b41c2798d9f144 1.37 MB 1,415 18
746,270 746,270 00000000000000000002f4dc1144e7bd9d243f1dbbe4cc0c51dece6f275b02c7 1.51 MB 850 10
746,269 746,269 00000000000000000008dc2e62ebc2cf5d72d9e9df29a28c7ea2c1a0192744cd 0.09 MB 51 4
746,268 746,268 00000000000000000009483c5fdb898b2aaa84a768f519b1408845b9bb04717d 0.16 MB 63 10
746,267 746,267 00000000000000000007a90cd2e994c60db0f0cd1e60582dde76d182d4c9ceb2 0.99 MB 497 4
746,266 746,266 0000000000000000000645eadc59ea3d90a146f1940fe2a37d748589bb13fbc9 1.63 MB 1,943 3
746,265 746,265 0000000000000000000625046aea77f0c8fdaa88c3abb8d54c1b981cf8db42e5 1.55 MB 2,693 18
746,264 746,264 00000000000000000002843355975312da58a5903032ed7874843e8e9e95ce61 1.37 MB 2,380 24
746,263 746,263 000000000000000000028fa4f17b5ce60dbaf292a7da113e559a704a954a0746 0.93 MB 1,105 10
746,262 746,262 00000000000000000009a6efcbb4e8779b885a3967e9b5781b1d34b9398b5849 1.25 MB 1,278 7
746,261 746,261 000000000000000000048f47c6376f040dbfc3f42b16fba9138b36bca860b9b8 1.15 MB 968 12
746,260 746,260 0000000000000000000754751f87b795c641514309feaa474c53ec247d215e1a 0.39 MB 623 13
746,259 746,259 00000000000000000003673e6f8582e213955597ae29066a8efd9857cb2e9ca8 0.77 MB 1,574 13
746,258 746,258 000000000000000000040382e24c7e072f6a4b76d0e6b2f730ec421b84339113 0.51 MB 925 13
746,257 746,257 000000000000000000054be8f378bfff5ba37cd796d1970723428a0c4b56327d 0.08 MB 227 15
746,256 746,256 00000000000000000004099b8916f12a07980d6606d2ec70cc8598d6f157d6a2 0.46 MB 637 16
746,255 746,255 000000000000000000079d1f675a247dbd520cfb0c4204734cac3da4794f0179 1.23 MB 1,566 9
746,254 746,254 000000000000000000078a73a9684615b27958aa29e010a090ca15827e1945d3 0.44 MB 776 12
746,253 746,253 000000000000000000083de3f9ae0468484ae9d62d8097bf996af8c32885522a 0.36 MB 538 13
746,252 746,252 00000000000000000007bd055190779923c30752e7976ed34b7e5065c6e9ad74 0.25 MB 248 11
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.47 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.