Memory Pool Memory Pool Refreshing

2,738 transactions
0.94 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,009 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.94 vMB 2,722 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (851,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,543 56,543 000000000e11ecc0b6934c96c35b1acef04971b7c8e633baea9ead0383a6c65b 0.00 MB 1 0
56,542 56,542 00000000019acb64dcd36bfb26b6ed36be84955912fa1e230a86a8467fdb3c40 0.00 MB 1 0
56,541 56,541 000000000c33179588a7c784b19a3244c0549b4c219cd9cb0a5dcee82491765d 0.00 MB 1 0
56,540 56,540 00000000104db03fda4b66517953c45b09c5c05fbeeb7c5d9bdc127fa3b7fd67 0.00 MB 1 0
56,539 56,539 0000000006968c618f10c71b11165b58fc6058aa799ab62a777ec7babea62ae0 0.00 MB 2 0
56,538 56,538 000000000420995f976cd8ed41d4517cc10cfc430933aca3719da83a3ffd7696 0.00 MB 1 0
56,537 56,537 0000000001aa326e780a4fbce0e076d12d95bde102b3bf0477cb3282d481c327 0.00 MB 1 0
56,536 56,536 0000000004187b84635975329081154644feb275e528b9b2fa601c03ce2ab7b4 0.00 MB 1 0
56,535 56,535 00000000061470ff343851125d014acea0371606c1b4c479b2450f71db2d2eed 0.00 MB 1 0
56,534 56,534 000000000dce48f85833994b9736a65ff85dd4e58264cc7bd637733880a1c459 0.00 MB 1 0
56,533 56,533 00000000144fa6f7f68169ebeb23776038054e7fd2dcb7938e7110694f3f8402 0.00 MB 1 0
56,532 56,532 000000000d71ba500d2b253f1da33eb955c62eb1a25ec0315d33511d3c41c6d4 0.00 MB 1 0
56,531 56,531 00000000008a5f4f644769ea494d6a103e79b93e2b1e789459ca5cf0dc27a638 0.00 MB 1 0
56,530 56,530 00000000133834ed47f7ede7260af75a4023922c802bc668ff739d21a85106f2 0.00 MB 1 0
56,529 56,529 000000000568d1e9e9352b411224e6066b82fb268f2461cff146550fc710644d 0.00 MB 1 0
56,528 56,528 00000000024683e9fffbc1c34309a2d63d264c7103e038d1d5deb5898cb2cbc8 0.00 MB 1 0
56,527 56,527 00000000125b76e19ab98131452502a01675216a5276cf36c733231e0189ad3c 0.00 MB 1 0
56,526 56,526 0000000001c5d31c08019ad300f31a680576f6cc41666f089bfdd78eef26f21e 0.00 MB 1 0
56,525 56,525 0000000006e81c09e50b327f9ffd14ad0693334caf0592283cb63a214994dfec 0.00 MB 1 0
56,524 56,524 0000000005e2807c3244a8dec2d68e14b5dab425a85f07b9aecc90e14e91d840 0.00 MB 1 0
56,523 56,523 000000001437e59a420314f5ed6996205deadc79518ef26403a9401af9fd26e9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.56 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,649.30 GB sent, 95.75 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.