Memory Pool Memory Pool Refreshing

862 transactions
0.35 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 855 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (58,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
849,539 849,539 000000000000000000018be501aa7afeca37d4c564a8032754641aea36beaaf0 1.42 MB 2,490 15
849,538 849,538 00000000000000000000fed904cc0fbd3152ecfd223199575a891fb29d5f8935 1.53 MB 6,916 9
849,537 849,537 00000000000000000002d2fa4a69a6228778d4dd1af58ceab1283d54a9b4e935 1.61 MB 7,456 8
849,536 849,536 000000000000000000025e3e3ec7a3a311323f668edcaf746ce7329a79e8d70a 1.58 MB 7,627 7
849,535 849,535 00000000000000000001e9c8d3a6ee5669d4b2bd4028c04520f4147f83841efe 1.69 MB 5,060 10
849,534 849,534 0000000000000000000255e520e3f94754bdaca5492d31e5d518a80cb3567887 1.65 MB 5,005 13
849,533 849,533 000000000000000000006b02d9b9bd612dea9aa98ffdbf1abc10da0a3f306e8b 1.64 MB 3,248 16
849,532 849,532 00000000000000000001c792a321ee17926e017ed922adb13aec79c7b33de951 1.54 MB 4,215 12
849,531 849,531 000000000000000000003c41ac7c2ca11bffe2e6b1929f15d21f1507c2d4ab9e 1.51 MB 3,062 23
849,530 849,530 0000000000000000000036d3da3e7839eb5ca9f559f78dc58df1e9861cb608dc 1.64 MB 7,693 7
849,529 849,529 0000000000000000000180a7085fe7de15311dbbcd59da8d3be6a38f727ff382 1.62 MB 7,398 8
849,528 849,528 0000000000000000000081ef3df673542988c1688a758fd803993b5ae0085c07 1.48 MB 7,325 8
849,527 849,527 0000000000000000000241d2ee27146d0ca3bb785753d5100767378152e1a91b 1.65 MB 5,214 12
849,526 849,526 0000000000000000000135390326d4fa681e2dbcda811630439fa7bf4b5e4a03 1.59 MB 4,098 12
849,525 849,525 0000000000000000000111c7e836d78064988ad16b7cae0d67e5095cefa6fa76 1.60 MB 5,912 11
849,524 849,524 00000000000000000002fc0ccc4ea2de7deda7de2358556ff6f6866f09c9c7e7 1.56 MB 5,717 8
849,523 849,523 0000000000000000000191832865d366184e605761554aa46297b3416d42e9be 1.46 MB 2,723 16
849,522 849,522 00000000000000000002c18f7b088dc8b3d37fc9d217c0c8b0e34cf5c4c93e6b 1.58 MB 3,790 14
849,521 849,521 000000000000000000009d3d88d0fea5381d82ab337dc24b3a1fc5701b6e23f7 1.60 MB 3,575 21
849,520 849,520 00000000000000000000e634cea9deb1cf8b173ce2f3c184d850c69c5a7e1130 1.55 MB 6,228 9
849,519 849,519 00000000000000000001f223dcbdba56159643eb5a14be44801f91c7510f99a6 1.51 MB 2,411 12
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.