Memory Pool Memory Pool Refreshing

1,244 transactions
19.87 vMB
Show Random Selection Loading Transactions
Max Size: 80/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,308 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,037 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (857,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,890 50,890 000000001fdb4663ea385d687ecb71cb86794f5fc35e3991d05fce9c1193e930 0.00 MB 1 0
50,889 50,889 0000000010b0fa7c35d417b232cc849a5d4701e3716f547f4006b599bbfa7269 0.01 MB 32 0
50,888 50,888 000000000b040b36aadc85e2e6a15741e0f0ba7c926ad1842259333d466b51e3 0.00 MB 1 0
50,887 50,887 00000000145eb2502354c660750b336a1a42617fcd4b94deecfdc43c34b0784c 0.00 MB 1 0
50,886 50,886 00000000026f09591268e992a19e63edf4bb605a422df726697a939b64e6c5ea 0.00 MB 4 0
50,885 50,885 0000000001e0ff1dacaa16d4648a5894dfd9418b54b6cedf6118fec9b7ad065e 0.00 MB 1 0
50,884 50,884 0000000006b520c4669485cedf1450fd281eba37fb860b6e3a3df613424491e9 0.00 MB 4 0
50,883 50,883 00000000062c3b73876f29a7f86e2883778d02d51614da7c7634214a952eb1ed 0.00 MB 1 0
50,882 50,882 000000000a901e83ba746cb12baab5e17e1bba7bf3529f9cc0cccce3deab0e01 0.00 MB 1 0
50,881 50,881 000000001efb67592f2e2d13376d851426659620875d75bf36892ff9b2b175e5 0.00 MB 1 0
50,880 50,880 00000000116a8215f3a77ab6fbba2e63ee617aa7d9ed9369ad0b1711b93417af 0.00 MB 1 0
50,879 50,879 000000001898cd088fc63d3ba8b414dc44218bb70ba0475e684dd077e1ca9a65 0.00 MB 2 0
50,878 50,878 0000000002750e563f4ca3a73aa39dcf475530780f2e0dc23279698104eab5f4 0.00 MB 2 0
50,877 50,877 0000000020a6382e49e4c2a77cfe52f165692310adcf93d10f03119fa935cfb0 0.00 MB 1 0
50,876 50,876 000000000eedd4597514c0786e4bebfca760b863fff8b6da163cd0b20bbbbc5a 0.00 MB 1 0
50,875 50,875 000000000c250d1f2ea902f6f1de355b5d70e19dc3641d5a7ac2f1e15a15fea8 0.00 MB 1 0
50,874 50,874 000000000d92fb82678e63148981f965e24c7d3c1fdd9ac3b6f25299ce9bb11d 0.00 MB 1 0
50,873 50,873 00000000060ef4fa3bb8353781e83387e225dbdeb8c3037e59b71babf830144d 0.00 MB 1 0
50,872 50,872 00000000014fd2b0910c2344190d4516ea3b50089560a30d604d2c30f05c5087 0.00 MB 1 0
50,871 50,871 000000000b0242d0ee85bc5c72f1389d9bdd76d7c707cbc45886ec7e093273d1 0.00 MB 2 0
50,870 50,870 00000000065a85e26c18c55cd613d299aff5b8c769df497227cc9912c4dd26ae 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.20 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,694.60 GB sent, 98.54 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.