Memory Pool Memory Pool Refreshing

3,743 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 8/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
908,003 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,094 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,002 (759,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,377 148,377 00000000000006374d89b88a627214a73d1dcfb8323b90cc0bd878703c124e12 0.00 MB 10 139
148,376 148,376 0000000000000513e044cd5c705e1922399a2281de838a3220bf1655063f75f6 0.02 MB 28 217
148,375 148,375 000000000000051673ffc242637692043c2095f7011b7d7459a8dccd8fcd35c1 0.02 MB 65 69
148,374 148,374 0000000000000212481ce651510c2f375ce6c61bf4c45fdd1d6fd141acd5a1d4 0.03 MB 88 99
148,373 148,373 00000000000008908327f82e8cfb2f677cfbc96c3d3f735b7b26b5d54c8e9cda 0.05 MB 140 92
148,372 148,372 000000000000029ec31e3a3f191ee8d06230ae6cc082e935351247abab3b5967 0.01 MB 28 26
148,371 148,371 0000000000000220bca6716099c9b75ec6bdc57bf3550b3448f32ec77e76c98c 0.01 MB 17 31
148,370 148,370 00000000000008ef7300e0cdeaa24512de2fc18b7bf49c6bfb4ce4f04df129d4 0.02 MB 50 158
148,369 148,369 00000000000008b024f57b74ac134ad4160186ed71e9ab9e739401e9bc1e7632 0.00 MB 10 35
148,368 148,368 00000000000009d341f86234ce0cee12196e992ac99e64a4303bbc0728a970dd 0.04 MB 72 54
148,367 148,367 0000000000000858e29eaac736fed8eca40660b4c6ec71544a322e99109b1c31 0.02 MB 64 187
148,366 148,366 000000000000016b8ac0bfe9c8f58651b663f4e2227cd4e6d0f590b78553fe15 0.02 MB 25 86
148,365 148,365 000000000000047311d5f9ea435bdbdf3370fc9de5f19f86244fa294d5067c88 0.01 MB 13 103
148,364 148,364 00000000000005a76f20b8e1ceee9df1e074aac39d39ee4e2b154b9466011677 0.02 MB 42 1,144
148,363 148,363 0000000000000306c79c3a24c568cf92c55731450d399d5a14bd1bbfccb19824 0.01 MB 48 68
148,362 148,362 000000000000043cffe26622432f1948afb6061e75df06e221d01f6d623c6018 0.00 MB 12 16
148,361 148,361 0000000000000988c425333846b3283a3ad94b63102bf4dbf0e9db360c8deb15 0.01 MB 30 18
148,360 148,360 000000000000025163756cc9fcf501498cd8079b0b177a0466d734106f296604 0.05 MB 62 136
148,359 148,359 0000000000000443f2f427a1b776f1289b6f0316140247ddd78889446cf36632 0.00 MB 8 136
148,358 148,358 00000000000008d1771c4806a9e3894f906275e9e730c20bcab6dd89e29c54e1 0.03 MB 79 126
148,357 148,357 00000000000008aa3efcfcb970dfe5118a90ed278444936f698d37a5cf9252f5 0.00 MB 12 936
Previous 10 blocks ↓
Total Size: 769.55 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,648.93 GB sent, 95.69 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.