Memory Pool Memory Pool Refreshing

8,246 transactions
4.24 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,081 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (16,120 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
891,606 891,606 0000000000000000000035aa558027652bb17703fc7569235f6d629da62dd274 1.58 MB 3,165 7
891,605 891,605 00000000000000000000322727b51bd92580a23253f119b800d786f972ca737d 1.61 MB 1,226 2
891,604 891,604 00000000000000000000e3c5ae0a20f38f63b52f1fd6ee98af28ee12c56af425 1.61 MB 2,830 2
891,603 891,603 0000000000000000000228649199d1afd55d88643d3b25844489c95c9567b0eb 1.64 MB 4,259 5
891,602 891,602 00000000000000000000040125e9ced16ff583b09931f59afd99b40cc17a63ce 1.65 MB 3,459 22
891,601 891,601 00000000000000000001b0128e16ec777daa24a4c177877cd0e47878bbe5c493 1.35 MB 2,933 11
891,600 891,600 000000000000000000005c83d81dafa5f036949116a805e09485ff74b4bb6b8d 1.54 MB 1,501 13
891,599 891,599 00000000000000000001f1416f6e3689aa62e1e2ab85115f78f48bd76443f9c3 1.13 MB 1,772 7
891,598 891,598 00000000000000000000456341e841015138a2450a3b9b3a5ab470dd5cc2de32 1.86 MB 1,524 2
891,597 891,597 00000000000000000001b04430850cd3746dae12bc187c6dff872703acc25e42 1.81 MB 1,871 8
891,596 891,596 00000000000000000001cc5ea97caa24e4c9f4d575e2edefebb33a029f146067 1.61 MB 2,761 8
891,595 891,595 00000000000000000001328a359e3de173e80e6c2360c9f7f542f928312fc995 1.78 MB 1,363 4
891,594 891,594 00000000000000000000e4b38a26d1a1c3c0f804527290b414a5b388cb4f8ea9 1.80 MB 3,284 22
891,593 891,593 00000000000000000001dafbfed39fe53260b239364c104e425b566d32553688 1.80 MB 2,176 4
891,592 891,592 00000000000000000001c73fb6e48a7bbd80ea2ea110f340996c298ecd7d1fc1 1.52 MB 1,134 1
891,591 891,591 000000000000000000002769e9b39dd6282fd0d4504a36edc88d7238b20a52bc 1.55 MB 2,756 4
891,590 891,590 00000000000000000000dbe7d27c358cf50c00a51105ff62a4879b238a34ff6c 1.36 MB 2,015 6
891,589 891,589 00000000000000000000b10ab4cdc99f087af7e5edc5c227ce4cb92b06a1c402 1.76 MB 2,987 7
891,588 891,588 000000000000000000004ddce4c2d038ed8901993952da3625148ef5cf70c514 1.81 MB 636 1
891,587 891,587 00000000000000000001b2c5d3d5dc6544fa0948ab8b8bfb9f3089e81d53ad0c 1.81 MB 893 1
891,586 891,586 000000000000000000016aab08d711537d196b7fdf004eca154b7b97b789c8ec 1.62 MB 3,456 2
Previous 10 blocks ↓
Total Size: 769.03 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,625.81 GB sent, 93.04 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.