Memory Pool Memory Pool Refreshing

1,470 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,447 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,452 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (900,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
8,010 8,010 000000009c88d3647ea19e4f2ecb76ba0cb2349f246cf593377b7755346ad43a 0.00 MB 1 0
8,009 8,009 00000000df48b9441e9902f7aa3e961c31a41c283e0509bce61de523426d6e7d 0.00 MB 1 0
8,008 8,008 00000000c29e1e6c446ec15222612204ba124b158bb7fe29b078e072ce99532f 0.00 MB 1 0
8,007 8,007 00000000b51a20c3e4739b6415bf169adf4024795f2e266a5ce8182156354ae7 0.00 MB 1 0
8,006 8,006 0000000038a4260870c405792244cc5d17fdb4ab1131f71d6a8c4d7c74fd7d8c 0.00 MB 1 0
8,005 8,005 00000000a2eeaf89e9e077bc8908e1501cdebbe7187fc498906bc1d156a6ec64 0.00 MB 1 0
8,004 8,004 00000000670e58778b6861f17514c8ffdf786cb2ad2d1c7d77281c1e861c43e9 0.00 MB 1 0
8,003 8,003 00000000f75e4d0f2b7e474d9f91830870341fef36f096c018eb4bffd0449686 0.00 MB 1 0
8,002 8,002 00000000e47ee7510179985e4f2ef68c7212f3eded5df75af702ba6306bbec5a 0.00 MB 1 0
8,001 8,001 0000000072e011d1731643b13159a274aa0d4e15024d534e1f62804a018d242c 0.00 MB 1 0
8,000 8,000 0000000094fbacdffec05aea9847000522a258c269ae37a74a818afb96fc27d9 0.00 MB 1 0
7,999 7,999 000000003b053a5319c57ebd885c50bdfb18b196aca551c85f938aba56b37931 0.00 MB 1 0
7,998 7,998 0000000059bb38d53b446f247ccf6c5bf6c1c296890f1f09924ce77ff7720a99 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.