Memory Pool Memory Pool Refreshing

1,523 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 1,519 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (378,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
529,492 529,492 00000000000000000026ae59c0a76b2488c82c3b20aa908bd4f7a263c303ee09 1.17 MB 2,808 40
529,491 529,491 00000000000000000005109319eb610fac6dd7134f4bcc66382b257efe203873 1.18 MB 2,110 15
529,490 529,490 0000000000000000003350a141cfaadb69eb469406701500d484b76a59ba44f9 1.29 MB 2,615 53
529,489 529,489 000000000000000000023a7045266941a2da6486ffdced446b3ef5afed5113e2 1.47 MB 2,249 26
529,488 529,488 00000000000000000007a1e855b6f5c5e7d7d2788e37790632a04703b6ca4cae 1.15 MB 2,514 83
529,487 529,487 0000000000000000001a55595b0a225340ceb2267b9b62a1fe1330b6723acfd0 1.01 MB 305 4
529,486 529,486 0000000000000000000992bd102525249edcfe06090602356f146ab4e665948d 1.36 MB 2,299 27
529,485 529,485 0000000000000000002bea2a3856941ef72b34fff5aef60a57764e8f3d6e7cea 1.00 MB 1,824 24
529,484 529,484 00000000000000000020ec298ab50e0f7484da11a0f299c9c8cb5614836c3d7e 1.20 MB 2,352 35
529,483 529,483 000000000000000000023e81190185922f7a36f259499a3ed0f00d9eb2420758 1.15 MB 1,971 11
529,482 529,482 0000000000000000001142e05ec9420d3d805e0ed1252d3804b1b32f7e1811a3 1.14 MB 2,373 14
529,481 529,481 00000000000000000008f1bd48f1c97e27ea1d42fd8a9564c4b42a3f5c44f8f3 1.04 MB 1,504 9
529,480 529,480 00000000000000000028c535619c0b112a2650f6eb3b962c0346ec3fe7f87298 1.21 MB 2,723 46
529,479 529,479 00000000000000000013a714b58cdbe8ca0651485313c0f18684cb901da27970 0.98 MB 1,953 58
529,478 529,478 00000000000000000023a54e7c96de0ae179f4fada16431cee77b52ebf3e0d61 1.08 MB 2,068 19
529,477 529,477 000000000000000000118cd54026b56b518259f91beb0fb00a8801d6d27b7a71 1.22 MB 2,181 34
529,476 529,476 00000000000000000023bbe7f7c8d0d60ce0e36cfbfb528bee687dd039bf8eb3 1.21 MB 1,967 66
529,475 529,475 000000000000000000167860e683297f940cee35224df9227ce29d441f14d415 1.22 MB 2,362 46
529,474 529,474 0000000000000000001932bf40c75cca22721b30c74b6ddb92b9ece71e295856 1.20 MB 2,657 69
529,473 529,473 000000000000000000321704815259b69d5098ca53094c4a6c42e8fb48ddc620 1.24 MB 3,070 41
529,472 529,472 00000000000000000009f3f82d73fbd8acf646002d047e9c98e3db877ab9c0e1 1.08 MB 2,129 15
Previous 10 blocks ↓
Total Size: 769.12 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,630.13 GB sent, 93.49 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.