Memory Pool Memory Pool Refreshing

1,203 transactions
0.28 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
907,792 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 1,176 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (395,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
512,143 512,143 0000000000000000001353c5eada15ea6631ccc7ec658c81f057fa1744743036 1.10 MB 1,721 40
512,142 512,142 0000000000000000002dcce66beede6c02d21dc2a62d12db003eef7086f6bed4 1.04 MB 740 16
512,141 512,141 000000000000000000105314c7934a42d8db6d8fe70d1fddec5e2198c12815c8 1.19 MB 2,464 6
512,140 512,140 000000000000000000251bd3be047059db70aead815dbbb45b71f567d6d8cd2a 1.05 MB 1,933 7
512,139 512,139 00000000000000000003ca8f9030aecefac6e6d888cbb57cc7016cec405f184a 1.08 MB 1,993 38
512,138 512,138 0000000000000000002a2ee03c605cce4bfe8263b866d110a8a69a1e7893ae60 1.10 MB 1,902 19
512,137 512,137 0000000000000000003fd5d8c109e056192ab4a25fe122bfb5abb2aaa4b92ecf 1.10 MB 2,230 33
512,136 512,136 000000000000000000545f9a6dabb90cc766c27569b99a084854f298f5670a7e 1.13 MB 2,790 53
512,135 512,135 0000000000000000002c239827fe5f926a9c78388a25fad0a0a15e3271e79a49 1.13 MB 2,096 48
512,134 512,134 0000000000000000004ae696846d1a38ebf5cfdad2c0863a8db005cf13284b87 1.13 MB 1,298 25
512,133 512,133 000000000000000000036f0cfb2dadd069060c8ba36d63f2e11cb02e85ef7ed2 1.25 MB 3,948 26
512,132 512,132 00000000000000000055596478b713b0f08ab06d3ab0c2112c049db2e7d76204 1.08 MB 2,154 64
512,131 512,131 0000000000000000003f5b6af83e62660f4c7f699695a679b20eee6c447369ee 1.09 MB 1,975 126
512,130 512,130 000000000000000000487bdeb408a13ebc3ec57ad29099301ccc1f5f18202177 1.04 MB 1,803 22
512,129 512,129 0000000000000000003355417edb641a7ea71810b845c3b61c7d7752fa5d344d 1.11 MB 2,466 25
512,128 512,128 0000000000000000004fc5b3b955fa29a66c5226e38b5af9bce76fff04c6efc9 1.19 MB 2,176 16
512,127 512,127 00000000000000000005b1397afbb68a0431b5a3f8f846b7dcffe478749dad39 1.13 MB 1,647 24
512,126 512,126 0000000000000000001381cc73259700c8228c8b27146a58b6ca68b0a24f9275 1.09 MB 2,418 91
512,125 512,125 0000000000000000001938bd6a17850df2e4ed45db8820c1c8a15b85605128d8 1.12 MB 2,225 78
512,124 512,124 00000000000000000008e8852af9d5624147fd2457ee82c47e6496e096b8e543 1.10 MB 1,742 51
512,123 512,123 0000000000000000002ad20b765963503f2531e6385cdbe18c7c42b1bab49071 1.03 MB 1,081 56
Previous 10 blocks ↓
Total Size: 769.15 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,632.61 GB sent, 93.62 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.