Memory Pool Memory Pool Refreshing

8,171 transactions
2.15 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,709 (353,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
553,868 553,868 0000000000000000002aa93042782d42f612270dd5d303e99bc911cdc2df9973 0.71 MB 864 2
553,867 553,867 0000000000000000000013cda4ee7cfdabaca349246e00d019b364deda091b93 1.36 MB 2,188 11
553,866 553,866 0000000000000000000dba4aac90ff5e019ca2e0876bdc54c5c964e3f2b3442d 1.13 MB 3,379 12
553,865 553,865 000000000000000000290e2420db4993cbd7220b4157941629e64aeef81498aa 1.29 MB 2,620 27
553,864 553,864 00000000000000000008d153b0868e06f3991ead2c40ab312b24e766fcc0e6e3 1.21 MB 2,382 11
553,863 553,863 00000000000000000001099192dce5bd4d17a5051d9e46370f5a4e33ae3363c5 1.17 MB 1,982 11
553,862 553,862 0000000000000000002a20fba412650affefa6be41ecf94dae7447247719a405 0.44 MB 665 16
553,861 553,861 0000000000000000002cffa42c85dec1a2381cc7f849f7706c86834d572c5b2f 0.43 MB 877 10
553,860 553,860 0000000000000000000fc555f25a1d7357e004ae016990fdc0f2271490e7f634 0.30 MB 453 10
553,859 553,859 0000000000000000002ccdf7f6aed0b741231060ba41f6a06f8e1092cd459ef1 0.55 MB 889 7
553,858 553,858 0000000000000000002e2c4a8cb311f56c4d5e2b79493b5c8883429a11e643a4 1.21 MB 1,607 5
553,857 553,857 000000000000000000089161ee46a071e734e0e7fc68a748cd27829c462c5dcc 1.13 MB 1,417 19
553,856 553,856 0000000000000000001117fd3bd74f0bdb0e6342d0883d4178365c87809c1822 1.33 MB 2,956 15
553,855 553,855 000000000000000000136b4b35d0a9f89f84e70c68f54fd5c11f9cc5ef8e6b31 1.14 MB 2,236 9
553,854 553,854 000000000000000000248fe80b3febf03163e58c6e4038d952d5f435fdb92f1d 1.31 MB 2,669 25
553,853 553,853 00000000000000000030319994d1ffef33ae687e0098dc1bf40ead14092ed709 0.75 MB 1,414 10
553,852 553,852 000000000000000000253e3cce8566071ba0f427934083ec25e5bb591a3c0ffc 1.18 MB 1,631 4
553,851 553,851 0000000000000000002564f4ff1a3b458d3756325430bd095ded13809c0e03cb 1.32 MB 3,203 20
553,850 553,850 00000000000000000029634f0f44c295976b5836110a42a21052c58301bf23a6 1.16 MB 628 1
553,849 553,849 0000000000000000001be5bb8b2f6464519d2c1b3a1a2edb183525dc453050e6 1.19 MB 2,601 5
553,848 553,848 000000000000000000270f9295089c4aa020c2256d78101213aae6bac588d34e 1.36 MB 3,306 25
Previous 10 blocks ↓
Total Size: 769.00 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,616.85 GB sent, 92.83 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.