Memory Pool Memory Pool Refreshing

6,310 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,752 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (3,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,852 903,852 00000000000000000000222d2b38849cae124c3c2492b7abd1ef0ba59d55c39d 1.56 MB 3,925 4
903,851 903,851 00000000000000000001c478e9ed46ab4c5d2422601709c6a0a0d1e03193bcf2 1.56 MB 3,856 4
903,850 903,850 00000000000000000001363c0bac96f9643e9dac1232121ebd76458dffe9bc97 0.41 MB 1,132 2
903,849 903,849 00000000000000000000216cc424fd974859f73bf2506cfee65a3d0480496217 1.27 MB 1,820 2
903,848 903,848 00000000000000000001aabc0f6c631a8f8dc9ce7957a7970a9dc6ee7843681a 2.13 MB 3,549 1
903,847 903,847 00000000000000000000b6cae9cfddffc61e98e769922b6dbc429452a8c580e4 0.88 MB 1,770 2
903,846 903,846 00000000000000000001bd6743ddc7728f798dcfcc7d80b3df6c6468141fba8b 1.29 MB 2,864 1
903,845 903,845 000000000000000000006efcd460d5ccb34154fcbc84d38fe6d9774829d43633 1.48 MB 3,023 3
903,844 903,844 000000000000000000015f4b69129c42068a384d79b7693efd426a369b865fa9 1.48 MB 2,456 2
903,843 903,843 00000000000000000001883978efe934db9e0b8039707420409d34e18b641a0e 1.41 MB 3,352 2
903,842 903,842 0000000000000000000157ee57a66b81a7cfad497e51a30f37efb547577e6455 1.96 MB 4,045 2
903,841 903,841 00000000000000000002174cd8480afa90b17432e08dafe341392b40cf1b4ba9 1.28 MB 1,298 1
903,840 903,840 0000000000000000000000a281d8ccede6b1a00f861abca6bb71964c003eb7ae 1.77 MB 2,380 3
903,839 903,839 00000000000000000001090678a21728a992690ad4be906cc4d73239d4e50c8c 2.03 MB 2,194 0
903,838 903,838 000000000000000000023a4c420b8c5a161ec6a0a119c52eb39574645ce94ef5 2.07 MB 4,095 0
903,837 903,837 000000000000000000009a72cd63ac7d498617e695d1209c43afb9334a0e0815 1.32 MB 2,720 2
903,836 903,836 00000000000000000001f5de81639e69f4cf4edae86a7241c37f8f5409fd81f4 1.89 MB 1,373 1
903,835 903,835 00000000000000000000fd752fda0b3e21f622d89647acdf3c3abfeeab9fa871 1.53 MB 2,224 2
903,834 903,834 0000000000000000000263f9557202b6b90a8d8821abe7e049356e004c48a2d9 1.54 MB 3,759 4
903,833 903,833 0000000000000000000151bd3ef785cc6b34a600ec2e5b03ac6b0769194868a7 1.55 MB 1,942 1
903,832 903,832 00000000000000000001eebb9e2171d50e459db0caa622aa78ed67de35881f2d 1.52 MB 2,117 2
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.