Memory Pool Memory Pool Refreshing

1,968 transactions
1.01 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
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,741 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,910 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,740 (738,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,990 168,990 00000000000004d56a58cbc2ee39e3393983dc2ad2963f6e5097fb60a583502c 0.05 MB 149 135
168,989 168,989 0000000000000866ba29c5430436fd4de32fc0f7e5911135f39c3ab9405e4c50 0.02 MB 26 184
168,988 168,988 000000000000067fa6ea836839804cda9036839a372aa9c0dd58e6cc96d8e942 0.01 MB 19 9
168,987 168,987 000000000000088f5aa14babd3b41ebeb3d4a98415d8b9dee9ec7669fb77399c 0.01 MB 12 51
168,986 168,986 000000000000070573904d98284c6725f48b37cde7dfdd5de73c5aa7514cad5c 0.04 MB 56 130
168,985 168,985 0000000000000921971d3a022620249f2997cd0ca3226efd27fae42d2105c9e2 0.00 MB 12 89
168,984 168,984 000000000000079e7d4488da81e7793d8a0fadad748d90b2cc47104681db2d00 0.03 MB 19 63
168,983 168,983 0000000000000a73abc12650920a0f0e73a7a2d346cae5d5c2c3cb2ad6a4fd21 0.00 MB 6 0
168,982 168,982 0000000000000b1418ef02aa59a44d857a44af2e671ede4f27a8e4e849bc4db2 0.00 MB 8 0
168,981 168,981 0000000000000242175a6db1d1d035aee9b9fd3d8fd5f491fb79a22c70dbcdb1 0.00 MB 1 0
168,980 168,980 0000000000000a7153333091c9eee0cd8d2148e31602dfcbfd0290b414adc046 0.01 MB 9 34
168,979 168,979 000000000000065e52d3ed966e1a7d428e66fb0dad16b4a7a5290d4eb36e1d4b 0.01 MB 22 88
168,978 168,978 0000000000000a97116e69aa41fd2d4b4ae529fb330000db3e00da79ec1c4806 0.00 MB 9 426
168,977 168,977 0000000000000445991c0dabd327aa5b9de51df521d42699bfefc15bbe04026b 0.05 MB 137 69
168,976 168,976 00000000000009581c9ad644044ec8ce120d3cfe91679d594ed529c9a325b17e 0.01 MB 26 77
168,975 168,975 0000000000000a3c9693ac31fa680b1b5e322b5b75beb6458bafafdc6e836b3d 0.01 MB 8 50
168,974 168,974 00000000000004eba1b2729fc4314b11e22fe2ba27f87124f327f7486e65691b 0.00 MB 7 131
168,973 168,973 000000000000076c72d597b74c18885d67af94d6f1f56fa788f55a7c296895ed 0.01 MB 15 41
168,972 168,972 00000000000003ac3d6e6bc81d40613ac7209196fc4d8a33b103aee5e83ff572 0.01 MB 14 504
168,971 168,971 0000000000000c007a332af0d3f2a14f99cf2541f997a9974a318ad8c9b119f5 0.01 MB 19 143
168,970 168,970 000000000000036b89dba9bd80b6d2e3be564436b1783e5c861f659d88932ff7 0.01 MB 12 66
Previous 10 blocks ↓
Total Size: 769.06 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,627.90 GB sent, 93.18 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.