Memory Pool Memory Pool Refreshing

2,415 transactions
1.04 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (561,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
346,602 346,602 00000000000000000125e3e2b3050371f80e3dd57d3564c385ace636dff894fc 0.75 MB 1,327 20
346,601 346,601 00000000000000000ca71ce05637c6ade417f28a2056bfef9c5b4451b94a2841 0.14 MB 512 51
346,600 346,600 00000000000000000e63ccb5cfa90b0410220f1ba5b464beec911353734546a5 0.34 MB 953 40
346,599 346,599 00000000000000000a086238578c9b433f58e1304a345e5ef3442443fef37bae 0.15 MB 374 30
346,598 346,598 00000000000000000c784b86c148c66ff44bbb8579b5930a4cf633b1c6e799a8 0.75 MB 1,506 25
346,597 346,597 000000000000000011f1f191b628cd0794bd6777f889f18bf52c5e39b0d6189c 1.00 MB 1,642 21
346,596 346,596 000000000000000014ad095c1407dc31b6621066f8ef1ebb5e7aff56db11dbe0 0.35 MB 1,154 45
346,595 346,595 0000000000000000092ee898ffaf06f3a2551f5636084bdb561bfc416e3cb186 0.50 MB 405 12
346,594 346,594 0000000000000000022cf76736cf4a68366cbe9b91163aad8a2351445964a76b 0.75 MB 1,873 33
346,593 346,593 000000000000000001a0bcc5e89a9d36ccdbafbdba99f73856312f39ab24dadd 0.36 MB 492 21
346,592 346,592 000000000000000014a8b60a647895d0f53b70258a6318344d6abe890ace9a70 0.43 MB 774 24
346,591 346,591 00000000000000000436c5990dad309604fbdd4c73d96058819fd1dc3e6e11fe 0.47 MB 959 25
346,590 346,590 00000000000000000c21731f8ba3e43264b0c515c2654b727d1f7a20eaf5e0a4 0.00 MB 1 0
346,589 346,589 000000000000000009e5585b4262f8de2915a3c1c90e536cc16330f1035f6808 0.02 MB 64 55
346,588 346,588 00000000000000000be3feeb62c0edea645fdcac6aba3af5ed50b30f263c2292 0.30 MB 610 26
346,587 346,587 000000000000000009fe7a2dc64f95ba033bfab249cbd4343e09f99d4b101844 0.39 MB 812 21
346,586 346,586 0000000000000000119f56ffb43faf9270e2e9b8a5ec8bde97d37c69d27e5cc3 0.75 MB 896 17
346,585 346,585 00000000000000000c6e5856b0de4c917d7453466d02aad373d9a7a322337c1e 0.31 MB 512 23
346,584 346,584 000000000000000001fa6a1df64352b23d124441e60721affb893410d4474f82 0.75 MB 1,671 30
346,583 346,583 000000000000000012ae72cd189d3d52a75061ee8d188e53c75e9c6e569d22cb 0.05 MB 128 31
346,582 346,582 000000000000000004eba35945c5476707d2ef138f2a07d144998ca98c9852f7 0.75 MB 822 16
Previous 10 blocks ↓
Total Size: 769.11 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,629.57 GB sent, 93.44 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.