Memory Pool Memory Pool Refreshing

5,807 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,830 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,967 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (74,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
833,399 833,399 000000000000000000014e81afb5ffa6b5289f04165a1aa4867ab5eeea2a3cf3 1.73 MB 2,370 36
833,398 833,398 000000000000000000027aa028492af1e818c94594982514c949d25b71b9b59a 1.85 MB 2,540 42
833,397 833,397 0000000000000000000200e86d1ed559084a47b8bd0ccdaa0e25ddffe89ac346 1.99 MB 2,097 38
833,396 833,396 000000000000000000002d6e16fc795e4b45c37186d8fbc8ae9c6f202e5725f2 1.58 MB 3,183 55
833,395 833,395 0000000000000000000137d3390c6b1caed7bf970dcc3ecc46f8e7ea44301b62 1.78 MB 2,431 48
833,394 833,394 000000000000000000034427d1832e94f3110217e5ee25338a4de9aa2923d530 1.89 MB 1,975 46
833,393 833,393 0000000000000000000320deaa7023606574aeeeeeef973d83646f959c9c4eda 1.75 MB 3,018 67
833,392 833,392 00000000000000000000bd4e463f3d29e8dac19e1d385ae59d94b18c2e8cc99f 1.86 MB 2,834 40
833,391 833,391 000000000000000000005ef0b72a73f3738ec2d19e21d3e23722859e487bfe44 1.68 MB 3,418 70
833,390 833,390 00000000000000000001884922aedbea547d4db750ace66fa541643a15276385 1.70 MB 2,077 39
833,389 833,389 00000000000000000001f9c6138fbbdb553dc9001fba3ea014ead6e2b1dec80a 1.77 MB 2,930 51
833,388 833,388 000000000000000000026818cc953cc8e57dc7de2ecc18dabc13d00a9e9602fe 1.53 MB 2,817 56
833,387 833,387 00000000000000000001e2215b9f5f161f1cdf8a40049499e04c6d5473baf7b7 1.60 MB 2,862 69
833,386 833,386 00000000000000000002a54abcf6757a7578cd9da4b3094e91d2d75da06c3ccd 1.56 MB 2,339 54
833,385 833,385 000000000000000000015834cd3d8ffc46f7bb52b5406d2eeae87ca060344970 1.51 MB 2,781 74
833,384 833,384 000000000000000000029e0e46d89a3fe59ab5e95c058f9855024d91aa3293b7 1.61 MB 3,492 88
833,383 833,383 0000000000000000000205bd8d08454e5e66a7843a65bf4701fc85e03c433bef 1.83 MB 3,350 63
833,382 833,382 000000000000000000003220c388cb481f1a61a140147353f9cbb22c4e0edffc 1.62 MB 2,531 46
833,381 833,381 00000000000000000001cf56b7f9a4000b3eaf47dbdfae42ac7bbf4a1ecf928a 1.48 MB 3,055 69
833,380 833,380 00000000000000000000332cd673634c0ef72779fc9fb97f341234a22b226e4a 1.53 MB 3,381 113
833,379 833,379 0000000000000000000160fea5f8c01689939b4d3ba98438afb052c5ed102374 1.86 MB 2,509 38
Previous 10 blocks ↓
Total Size: 769.22 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,634.66 GB sent, 94.04 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.