Memory Pool Memory Pool Refreshing

1,291 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,449 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,278 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,448 (851,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,076 57,076 00000000021e902b5cb0e1ae0203700c7ae780f6d0b5daf2369cc97091f3a496 0.00 MB 1 0
57,075 57,075 00000000002295d94dc4224a45f3f86f9316e75d7de872e845cafed596260841 0.00 MB 2 0
57,074 57,074 0000000013f9b0bfa679ec088724a9fff7ea741091d54db2ea1338fe8cf5fc73 0.00 MB 1 0
57,073 57,073 000000000be75525e111926b39e4b9c088d3265043e7f361ecff1c53992c71cf 0.00 MB 1 0
57,072 57,072 000000000aacb6687a7c25f7354d5bbd73ebf83cfcc3b4f37f45ed3be64cfb06 0.00 MB 1 0
57,071 57,071 000000000e0879335e3e1ebbd823c1801dc8c91a3cf2817d44221b50e64cf6fa 0.01 MB 3 0
57,070 57,070 00000000076c251580af925bafbc3b073e0f0f6a7fee834848c370b47e34a79b 0.00 MB 1 0
57,069 57,069 00000000112656342c4e25fb36f5a99cbb2733ace4fcf701a44a8f5d1b9b2263 0.00 MB 1 0
57,068 57,068 0000000011c929b56ab3a7ceb1bf960843551feac33eef204f644fced5d3ffda 0.00 MB 1 0
57,067 57,067 00000000072d77934fbd7247337dc2df1150a0e7ac9f9fcfe2cf0731781f7885 0.00 MB 1 0
57,066 57,066 000000000c1816336db34f78f173ebfe76ead99e88b7e9b0045a25be098512ae 0.00 MB 1 0
57,065 57,065 000000000256b0df9daecfd4d28257f10692fde54e607fd205782f594b3ed0fb 0.00 MB 1 0
57,064 57,064 0000000011596999e07c0caa88f52466c7aa9f2726dd67214de39e4492051a79 0.00 MB 1 0
57,063 57,063 0000000005b91970436fd13cad09e7e0b2009da6e8309313106e1a4dbcefbf39 0.00 MB 1 0
57,062 57,062 000000000e3ffaa6ade03f493fd17b2ab216f60692656fad4c5aed2f7bc72ab0 0.00 MB 1 0
57,061 57,061 0000000010e67d3f18210c04504fdd15554d671bdd59978447c37b2e26cd7044 0.00 MB 1 0
57,060 57,060 0000000013048beeeb9f69cc957f627dfea0a5b5d1b900a6c7afa99e7c8f3336 0.00 MB 1 0
57,059 57,059 000000000d94c25e8e1be08699630f7f9ab7da610a9f5acadad68ea503d903ae 0.00 MB 2 0
57,058 57,058 0000000010e80d3a1ee54c2e4f22c0de29362a567bb97ec8fe0e716946e17e76 0.00 MB 1 0
57,057 57,057 000000000cf9fe6fe1839bdb57f8b7789a1fba9ceb21959392bca225874eb1d7 0.00 MB 2 0
57,056 57,056 0000000012edcf39f9845ca724b01d56472c0f9e37c236c8a0a389d886feefed 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.98 GB sent, 99.72 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.