Memory Pool Memory Pool Refreshing

9,376 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (793,619 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,095 114,095 0000000000000bde68eb9290230615d42bcb6d83b31fac3eb7307a22a612ec30 0.00 MB 12 233
114,094 114,094 0000000000002ed3d21aafbd2010688c49a0379d773521ca513ff590358527c1 0.00 MB 9 345
114,093 114,093 000000000000c633e7900df7a048627162555b085ab498a2f77906cafc2618ba 0.00 MB 12 0
114,092 114,092 000000000000b84afc1f50983d0c83a324de40392ac0d0014df5a8d6be63dd5a 0.00 MB 10 0
114,091 114,091 0000000000000e7c3045626baed0ec887fd091a4981e1ab94219e2719402a5d2 0.01 MB 28 553
114,090 114,090 000000000000bda1c8f427f71fcd6f4f5db9d6893b775821f6aca0c1fd3c98d4 0.03 MB 110 38
114,089 114,089 00000000000053108363f7c6be94c38eb35f59dc546b0ef204702fc3ad82702a 0.06 MB 143 17
114,088 114,088 0000000000002fc43bf70f33bce2ed5192173c379058d3163774dc056f5fce5d 0.00 MB 9 0
114,087 114,087 0000000000004a8890754b911740cf318cb808e494ed834055877c696c8bd8a5 0.00 MB 12 572
114,086 114,086 000000000000cfd85761f242f9105f2fdf727fc085b2e7460506167be7a6f8b8 0.01 MB 49 498
114,085 114,085 000000000000a418512d8e264d3730610aaf58ef881adeda58c8a004b61c28f3 0.00 MB 14 336
114,084 114,084 000000000000a6e844491fbedefccfb94c623c82c8f9302df07d165bf42897ba 0.00 MB 8 0
114,083 114,083 0000000000006cbe70de7e2445e6e009619c1d313bf0a646cdecd4abb0ff329c 0.00 MB 11 693
114,082 114,082 0000000000003694a179a5f79c648ffcc274a4f192d708cf4e37ebc901a55e45 0.01 MB 19 318
114,081 114,081 0000000000003a6be73721e777a900cefa373caa7377c37e21b3b879c2f6e960 0.02 MB 104 0
114,080 114,080 00000000000086c103d79b81a5d41ce084e6bdfbc2889ff8a4a97632cea0661a 0.00 MB 12 0
114,079 114,079 0000000000000827b521e1ff648e6b33f747895052d974adb4906581381bd795 0.01 MB 24 0
114,078 114,078 000000000000067892eb98a75b99cc14a85158bf83f0532252337d3ea4bb0b9d 0.00 MB 14 0
114,077 114,077 00000000000051b4b6226672678973995a37eb0d12ca54959f687330e4d7e68e 0.01 MB 36 223
114,076 114,076 0000000000007b59a9051f384871105db4a79ace91671602b008aa2dbf509a15 0.00 MB 11 343
114,075 114,075 00000000000036e3b44382fd59a2f880d853c96c9cc7ecab91b825a853a9d09d 0.02 MB 107 41
Previous 10 blocks ↓
Total Size: 769.01 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,621.09 GB sent, 92.89 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.