Memory Pool Memory Pool Refreshing

1,938 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,287 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 1,934 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,286 (900,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,031 8,031 00000000c9688e6f53f7514179cab0c6483453a7218e9737a0f6340abc3b1a9b 0.00 MB 1 0
8,030 8,030 000000006072b820e5b460fb9761dfd497e901097c06b7ba34170f0200616072 0.00 MB 1 0
8,029 8,029 00000000b6686887356870d3dd48ec3a4053cd96cc6d45344e3b9a2ec34837d7 0.00 MB 1 0
8,028 8,028 000000009953925f26893de421307f9917fdb5e74473a8d6779facacf2d6180d 0.00 MB 1 0
8,027 8,027 00000000b4031742b28cdc8fe0e635ec01094d35d2ca2bf8e3c5f7f28d505acc 0.00 MB 1 0
8,026 8,026 0000000018d3c1af76b8f47452d5a9abfe5f564a97ab3879311fef9cae55431c 0.00 MB 1 0
8,025 8,025 00000000c349693d1a5810e458f67e2d688bbd8cbd81ce50b8628794d94d8b12 0.00 MB 1 0
8,024 8,024 00000000464dd5c231f204d38a9f785e3c3b45981cd49d546ca8724b41d4f513 0.00 MB 1 0
8,023 8,023 0000000052033fc64a330d6083e0d78bf47b0cc286e061179800b569d78b7085 0.00 MB 1 0
8,022 8,022 00000000cd00d20f77bbb9bc5fcec4b216270f57a28f61e545119cbd2fb117c4 0.00 MB 1 0
8,021 8,021 0000000004562798713fa81fdff3f8960ed3eb53948a25b05559aaa4ad9c63df 0.00 MB 1 0
8,020 8,020 0000000040accb84a2356cb2cb1a730c27950c8a978b9951f28b1aec98db0524 0.00 MB 1 0
8,019 8,019 000000004d5ca107f6dbbad71dc433f132fbe8c935002dab3df03e910c1b7411 0.00 MB 1 0
8,018 8,018 00000000823f9efd22a02134efd1137c26e7be49be127ac1750e5ae3dc976a5c 0.00 MB 1 0
8,017 8,017 000000007adb415a2043547344723e0e1f802c0371229903c13312817d94d1b2 0.00 MB 1 0
8,016 8,016 00000000070e077b416f3fa9be59ae962bc8f1599563b3ad73d022e3b5569d26 0.00 MB 1 0
8,015 8,015 000000008c4c38b7f1a04cc980b2a4abbc4b2f1ac0f7d03514d779836706bad5 0.00 MB 1 0
8,014 8,014 000000008c8cca37b7e89e304e16581689df87c9a6440f132dacfb08086036b3 0.00 MB 1 0
8,013 8,013 00000000132fdc7b2f097e38cb7dda2f09009c29c07589bff06552234008e2ae 0.00 MB 1 0
8,012 8,012 00000000389992a4f3d04b294470e22d45677c8ea45acb95cbfa71ffb468d779 0.00 MB 1 0
8,011 8,011 000000006f1118b1dbecd400b89a792deb92416e78d16b56cba3f88d6515f48e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.15 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,692.20 GB sent, 98.27 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.