Memory Pool Memory Pool Refreshing

3,647 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,567 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (100,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
807,683 807,683 00000000000000000004fc6dfa8a497deeceb90cf5c0de564e5d384fcc9bc3b6 1.39 MB 2,636 24
807,682 807,682 00000000000000000003b8e5d7f97c50d57de562fd4f13c451cfac9383ec4c15 1.39 MB 2,330 22
807,681 807,681 00000000000000000001cfb071f7d14cde75c29c1d6c6468b59734926edc264e 1.51 MB 2,578 36
807,680 807,680 00000000000000000004bfdb99d493e43370bf533d16868999739fc84e29549f 1.92 MB 5,655 13
807,679 807,679 000000000000000000040cd2dc2db214612f5f7a25add28e391d846eec226074 1.60 MB 2,931 21
807,678 807,678 0000000000000000000300f296befc598e93df58a107e436c40f1f6fc6217643 1.93 MB 5,473 15
807,677 807,677 0000000000000000000422f40c74386fdc9f1d47d2c672a0daad2f92df0f867d 1.59 MB 3,451 12
807,676 807,676 00000000000000000002ace50d6fb75ec46d6cbdb0faf39f33fc395ecf2ff7cf 1.74 MB 3,999 21
807,675 807,675 000000000000000000042f53db39733a4cad0f91be99cdf3848ad96afe1a01c7 1.54 MB 3,007 23
807,674 807,674 0000000000000000000160bde522ddcf1ddca42e06b6996093310fe6c2ffa304 1.88 MB 5,068 17
807,673 807,673 0000000000000000000342a975832478b946729744752025d8f37c4f821f7e5e 1.58 MB 3,356 13
807,672 807,672 00000000000000000002c4b97be903b5f61897475acde612bbe9c5b9fcf4dd27 1.97 MB 5,809 13
807,671 807,671 00000000000000000003700fc7aa12926469df2e4ca45174dfaa95aaee0ee9e3 1.94 MB 5,703 16
807,670 807,670 00000000000000000000550593503a909a9830abca827efe0b7978c351386cba 1.54 MB 3,365 13
807,669 807,669 00000000000000000001fa4e96330974b76d1c00a074789e3c5ed9894ae22b0a 1.62 MB 3,762 16
807,668 807,668 0000000000000000000434e311baab1673b109fed036ec1ea26a9edf8a66b318 1.75 MB 4,036 15
807,667 807,667 000000000000000000037bf1d529f0b308c3a30a83967b73d0c559382805b0ca 1.59 MB 2,879 20
807,666 807,666 0000000000000000000343ee32b0414320a4878312999f5e431dde783950351f 1.20 MB 1,508 30
807,665 807,665 00000000000000000001e5ef2e4d66c25c8c6690fdb09434284e808ef7ede791 1.70 MB 3,112 22
807,664 807,664 000000000000000000050942c7edf74c193e25f63aeba670a376d3e0fef130ec 1.44 MB 1,860 16
807,663 807,663 000000000000000000000e40589c910622f156376925381ac8db0ac41ca637ec 1.62 MB 3,386 25
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.