Memory Pool Memory Pool Refreshing

9,922 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 18/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 ago 1.00 vMB 4,172 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (786,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
120,869 120,869 0000000000000d496cbc054194ffed075a8600725c62b10659e2f70dc92af7e9 0.02 MB 54 568
120,868 120,868 000000000000b47da2dd1a8afa5804a42f32a5ceb29515a07de47cbfcf3184d4 0.01 MB 33 534
120,867 120,867 000000000000628b3c5444c45544373aedf182127daffbdc85934dd03513a087 0.01 MB 25 1,241
120,866 120,866 0000000000008318b7d5bfb979c8934b24d94b6d8e61443065ad447cb6f69203 0.03 MB 75 418
120,865 120,865 0000000000003d3afd214724d573145eb0db6319199fa525f5e98ec21928cd8a 0.00 MB 14 998
120,864 120,864 0000000000000b0ae027331d4a5ada9d4facb3cffe1a345acb133e28be395f2f 0.00 MB 18 1,800
120,863 120,863 0000000000007c08dc4c2f522b0732f865cfa8ecd3a57b19d082ddc89bf34985 0.01 MB 13 0
120,862 120,862 0000000000009ca262978c251115ed6eb69874d9e58a55e169d5000840a72b0a 0.01 MB 7 0
120,861 120,861 000000000000a1a8427863ec663cd46f017d218f9c3731cccd838434a2ca864c 0.00 MB 6 816
120,860 120,860 000000000000a693f5a1581d964741c94217b49e42378881e5cd3caa36ada00e 0.00 MB 11 929
120,859 120,859 0000000000001b40aa090042699a78393175af579f08cad54b0789be37b824ba 0.01 MB 15 32
120,858 120,858 00000000000027d1eebc63b0b027dd015c7f0a710aaecf5a5def92c92acbd255 0.00 MB 13 1,035
120,857 120,857 000000000000451b6679db7740a4033d8781923cba92d0f9f98a66e45f85b6a3 0.00 MB 1 0
120,856 120,856 000000000000542746c10a4000f3cbb43dfbd97a3d8a2949af0ff37c7bc8c93f 0.00 MB 7 960
120,855 120,855 000000000000229f51201249eae9ec114fb216683325eae34668b68f0849900e 0.03 MB 100 129
120,854 120,854 0000000000001e330754e1aa7bd1f0a3d689db228690a75d669d71cee6feeb28 0.01 MB 24 479
120,853 120,853 00000000000015e39fc2da6771496861de71ec334c7dcfee075525641823e507 0.00 MB 5 3,300
120,852 120,852 0000000000009cf6867e5442d5fd348554b0ece1dc878d5cfd2244d39f466af3 0.00 MB 9 563
120,851 120,851 00000000000048a2dc3994089e6a6d03e9435b12af6079f72461f6cd81dcbec6 0.00 MB 8 0
120,850 120,850 000000000000103504147ccc5a52c24e12d18930a41061b98ca859c972069923 0.00 MB 8 622
120,849 120,849 000000000000a3f1683d90613a425659d078bd914b5bb9a25a76f8b08040faf4 0.00 MB 6 0
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,642.49 GB sent, 94.38 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.