Memory Pool Memory Pool Refreshing

973 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,778 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 963 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (759,391 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
148,386 148,386 000000000000031076d0606c4bf4497e98de74476448b47ad7ac8ac41f410cac 0.01 MB 34 308
148,385 148,385 00000000000005ec0b9cdaeb551aa2048744783d83a3b003ee07655184407b57 0.00 MB 12 801
148,384 148,384 0000000000000307eac7101c4ae2bf28594fba0b40e85d8710d0a6640f473559 0.01 MB 40 20
148,383 148,383 000000000000024394121ab37020cf6756c2859db4f4dedd68931de857cb76c4 0.02 MB 25 34
148,382 148,382 00000000000007c194213dcc2a3602781cc73f4f65b8b39e5cb48da0d590a243 0.00 MB 7 446
148,381 148,381 0000000000000101416cfe36ec5297c5a8eeb6ecf9c1c0b731a4a5f09038d113 0.02 MB 33 109
148,380 148,380 000000000000006cfc46fb2fd83f0bd4d74a9ffeda30a9326cb5a6993a972f77 0.00 MB 5 36
148,379 148,379 00000000000004aa5a5c46fdd582e6cc29af816438132c085955757f30077639 0.01 MB 15 228
148,378 148,378 00000000000000d5d80440c2b143a2d276e1ed0673ac8505ec8e5a03af2e5fdd 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.