Memory Pool Memory Pool Refreshing

8,460 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,864 (324,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
583,652 583,652 000000000000000000052c63132d6fb6c71d2147edc86e851332efcf47cdd01c 1.14 MB 2,712 33
583,651 583,651 00000000000000000005625c60067c540c8cb7ca3e26bffd97afd1297c84b5cb 1.20 MB 2,614 43
583,650 583,650 00000000000000000013892de9af4fd11ac0649da65f6c9f3e15e7f4b5606c41 1.31 MB 3,329 87
583,649 583,649 0000000000000000001875552c4bf49f18d12d9fc2c4d8d060427726f6641cce 1.26 MB 2,374 43
583,648 583,648 00000000000000000009be49771be66891a893ddd60c175489584a5d84936c17 1.30 MB 3,054 81
583,647 583,647 00000000000000000001bd102f0613ff0835875c84a9b7dfc8f759aaa8876d98 1.15 MB 1,357 19
583,646 583,646 00000000000000000018acd9c17dc68ad680ea909a54a14b21ac7215fff6c743 1.19 MB 2,798 53
583,645 583,645 0000000000000000001ae1d1359a461eacba822a03452ab6f6ec22f04bcc04a3 1.21 MB 2,302 41
583,644 583,644 00000000000000000020036614427918b6dd715a86b295a8a7453c5eb8b83616 1.19 MB 2,106 59
583,643 583,643 0000000000000000001aa2e295a3af55220b76a3ccb22e8de2024f1b4966e2a7 1.12 MB 2,118 50
583,642 583,642 0000000000000000001252a8423a67a8af59ce1619bc75a5cd30647ec3947d18 1.28 MB 3,137 74
583,641 583,641 0000000000000000000dc03860a130bb0f803b15f08d6afa563b88aeead18dca 1.24 MB 2,760 110
583,640 583,640 0000000000000000000e3842969b1b45a5e989393eea03287212bc75fbe02398 1.18 MB 2,245 45
583,639 583,639 0000000000000000001c43ab1592304aac9eda636aa5da236c133272befd7019 1.41 MB 1,340 59
583,638 583,638 00000000000000000020cb4aef279bc0788b2bc411aacd42fe806578fec83997 1.24 MB 3,402 103
583,637 583,637 0000000000000000001912d6625674b31caaa7d1e6e96895e7805220f74c0134 1.28 MB 2,463 85
583,636 583,636 0000000000000000001dcc82d91ed07ee5c3a4f32f1cb8ab2a5de912036aefde 1.10 MB 1,487 51
583,635 583,635 0000000000000000001e1b557504dc936a33a871cfa47a2e1eb987760e33dce7 1.16 MB 2,201 61
583,634 583,634 0000000000000000000a5e93d17749609e02aba0a3ab8d2ffe71853773c820d2 1.00 MB 459 37
583,633 583,633 0000000000000000000ed6ae757623f385a115da42f561840cfe8aa83817ced5 1.18 MB 2,100 73
583,632 583,632 00000000000000000007cd168c6f79ae9225de936419a4a1a8c789e9e9e9ed63 1.18 MB 2,340 69
Previous 10 blocks ↓
Total Size: 769.29 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,637.25 GB sent, 94.37 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.