Memory Pool Memory Pool Refreshing

5,579 transactions
1.91 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,065 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (652,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,082 255,082 0000000000000035c98a748338421d56873bde952a7a1b6bd9f271beed7bb75a 0.16 MB 356 93
255,081 255,081 0000000000000010f50b4000e615fc585d86056a11124b9248383c6d41c238eb 0.24 MB 321 88
255,080 255,080 00000000000000381db9c13cc0f1a3b9bcbf0b317ffc1fa8822aa188861fb18f 0.03 MB 59 88
255,079 255,079 0000000000000036418bcfd2765ef166cdef335f6bfd63fbf7d1eba9398a9634 0.13 MB 303 130
255,078 255,078 0000000000000030b28813369090aa1bd0adf4cffa6217894745ad6b4355357b 0.19 MB 432 104
255,077 255,077 00000000000000072f5506da75aacbb3d2dadc778e5e77d7f3700560faf7f167 0.05 MB 96 72
255,076 255,076 000000000000001a2238d7b8dfecde1bceec4c1908ae5b2ce803b51e1423c758 0.05 MB 98 43
255,075 255,075 00000000000000378fb925106138d756f6c49883af87bb92fc08dac628a8e0ce 0.05 MB 98 39
255,074 255,074 000000000000002fb0b60335e84ccb3672bba1c12e230ebfe2f53a867c1b0133 0.22 MB 411 91
255,073 255,073 00000000000000258ba20686a949f3e5d999fd4666650227206a8072b7f2a166 0.25 MB 442 119
255,072 255,072 000000000000002b53a507c88736fcd3391083abcd0422933023e84f55c3caf5 0.25 MB 697 68
255,071 255,071 000000000000003acef30560fdbbd528110630b8028adf18a510b5fb1c08cca2 0.30 MB 596 145
255,070 255,070 000000000000003b5ce210e91c72f5e78d602c0dfcb89100c3819ffa5cd02f87 0.24 MB 573 114
255,069 255,069 0000000000000006fc7eb09709e8a6eb7d8aed464fcdab458a34f2a987cea59e 0.18 MB 323 91
255,068 255,068 000000000000001f7d297a3633f74cb6d31a41f3efeb22bb2f61b80ed2c5c2ef 0.09 MB 224 144
255,067 255,067 0000000000000009a9a682268428d7b464d9d4619a1b46caaba50d65870ccff4 0.00 MB 1 0
255,066 255,066 00000000000000273baf33949d167a02e3d90b96c742eafe562fa7b8ca389635 0.06 MB 111 40
255,065 255,065 00000000000000022f5348b74e1daa514c43da8002c35d071b64417b44d3c9b5 0.14 MB 309 69
255,064 255,064 000000000000002ee8c9d3b2b22dab6fdf0de2c0d4ee08b9ab7031af350dd4e9 0.25 MB 627 60
255,063 255,063 000000000000001d4cf3c4ecb26bf6070682f782d52dd48db91d6afe207f8557 0.25 MB 481 95
255,062 255,062 000000000000003a5e31f9b4206743c8addfd7e716072e40992a094f89a35a8d 0.30 MB 771 139
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.19 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.