Memory Pool Memory Pool Refreshing

6,916 transactions
2.91 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,935 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,478 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,934 (164,196 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
743,738 743,738 00000000000000000002810328d74c81436c8e42583928688933a7fce733a7de 1.60 MB 1,663 16
743,737 743,737 00000000000000000005b84409c712accf354505464e45be2952d14566e1efe3 1.59 MB 3,409 19
743,736 743,736 00000000000000000009245cf4ac354a9a7d440920240945522272848e52a515 1.42 MB 3,324 35
743,735 743,735 00000000000000000002987a15cc22116f9d9fd5dc0730f476b4cda66609ba3d 1.41 MB 3,333 29
743,734 743,734 000000000000000000078457c5b04259129458bace67f188d8ed82ea1ccd88e9 1.46 MB 3,494 28
743,733 743,733 00000000000000000000f8e41eeeda089932f2ffa9461c011bda0f516367201d 1.57 MB 3,073 21
743,732 743,732 0000000000000000000429927f607fc9ad084fb1577c0070f9898fcb6979c7a1 1.40 MB 3,014 18
743,731 743,731 000000000000000000006cfa22f669b7844b4a95cc5070f3282783b175d42871 1.45 MB 1,956 22
743,730 743,730 000000000000000000033c49d913108aa2e0097d511a75a66414e9a0f9de28d1 1.73 MB 1,735 21
743,729 743,729 00000000000000000004fde84f5f8bce8c0273632c7557fe8272c9a98ec912aa 1.76 MB 2,720 19
743,728 743,728 0000000000000000000303cf87cc03b8de8485c9501e09707acc2114ec4e193e 1.43 MB 2,942 27
743,727 743,727 000000000000000000064bd0184a0d025068ee5fb3cfbd82643866dc39715a2a 1.40 MB 2,821 30
743,726 743,726 0000000000000000000118d927ffab1e257002161c9d5e712d8cb61a61a9a050 1.39 MB 2,707 32
743,725 743,725 00000000000000000006e77fda852fbf458ad32a83288964fe14b48a731a2390 1.59 MB 1,489 37
743,724 743,724 0000000000000000000530b7a57de3eed505dc55eb0b44b7aeaeee267c5e685b 1.38 MB 1,219 30
743,723 743,723 000000000000000000068f42dfb261b40ecf72c40c4c6987a5d24cb164898c09 1.67 MB 2,184 18
743,722 743,722 00000000000000000007eae969c4c2c85d042dfe2fe676b78531b672f8dab99d 1.27 MB 931 18
743,721 743,721 000000000000000000046db504885383e9dffe543b874a8a462729554b649459 1.64 MB 2,061 20
743,720 743,720 0000000000000000000966fc01ccd2a83fdda6ef6be2bf07e226c725d0a688ff 1.64 MB 3,016 20
743,719 743,719 000000000000000000039bad47996b9cc6e38546db65d659ca62b099e914503a 1.85 MB 1,981 19
743,718 743,718 0000000000000000000818fc4c837a64558e90876367693b7909d500da8818f7 1.81 MB 2,126 24
Previous 10 blocks ↓
Total Size: 769.42 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,645.32 GB sent, 95.07 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.