Memory Pool Memory Pool Refreshing

957 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 953 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (161,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
746,284 746,284 0000000000000000000620c7b485b1f0dbdb9839fdb77946c3bc3ab02934e974 1.44 MB 823 6
746,283 746,283 00000000000000000003574a13b1b6ab408e4610f357991b994922f3dfeb33b6 0.90 MB 788 7
746,282 746,282 00000000000000000009265c9775d3212e3cde744a72e693c93aa437a5fae25d 0.59 MB 935 11
746,281 746,281 00000000000000000006e9c9d4831e1d2e7a4a76a15a8cee8b84cc4a8748de95 0.42 MB 559 10
746,280 746,280 000000000000000000025928d9438ddd4fd9e2ca357710e11ec1d7982e21a3d4 0.13 MB 181 12
746,279 746,279 0000000000000000000a0281d957e6a6deced4e808c1fbb30748e5ec53b6ebc1 0.48 MB 570 9
746,278 746,278 00000000000000000005304b411132a0d08913cd360f4bfe9c64fd0e7da0c55b 0.45 MB 183 3
746,277 746,277 000000000000000000056c5839aac7af900dede04f799c4cf437319fd30d8d3c 1.10 MB 2,138 12
746,276 746,276 0000000000000000000615c493385f605d86566c597bb2b4c99f36e56e0928ae 0.51 MB 468 8
746,275 746,275 00000000000000000002a8eb21dcccb7f1a4ab849f8d1532ca443b0c11dd84ac 0.26 MB 244 9
746,274 746,274 00000000000000000008defc2a34fb171611c656a07d250f8927043a7d4fa48f 0.15 MB 206 10
746,273 746,273 0000000000000000000913aa07b2a885a88233347f9a16f2b8b4b4412733aef2 0.72 MB 1,269 12
746,272 746,272 00000000000000000001753c2fca13260fb4c654d0aa469094b9c833cc4e4896 0.86 MB 828 7
746,271 746,271 00000000000000000001ca2c54e909913464153f13593947e2b41c2798d9f144 1.37 MB 1,415 18
746,270 746,270 00000000000000000002f4dc1144e7bd9d243f1dbbe4cc0c51dece6f275b02c7 1.51 MB 850 10
746,269 746,269 00000000000000000008dc2e62ebc2cf5d72d9e9df29a28c7ea2c1a0192744cd 0.09 MB 51 4
746,268 746,268 00000000000000000009483c5fdb898b2aaa84a768f519b1408845b9bb04717d 0.16 MB 63 10
746,267 746,267 00000000000000000007a90cd2e994c60db0f0cd1e60582dde76d182d4c9ceb2 0.99 MB 497 4
746,266 746,266 0000000000000000000645eadc59ea3d90a146f1940fe2a37d748589bb13fbc9 1.63 MB 1,943 3
746,265 746,265 0000000000000000000625046aea77f0c8fdaa88c3abb8d54c1b981cf8db42e5 1.55 MB 2,693 18
746,264 746,264 00000000000000000002843355975312da58a5903032ed7874843e8e9e95ce61 1.37 MB 2,380 24
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.