Memory Pool Memory Pool Refreshing

3,897 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,710 (624,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,000 283,000 0000000000000001acd1753cf7079121700058279b6a835023fc31ad688784f5 0.01 MB 28 44
282,999 282,999 000000000000000049f4701e8ac6dc62abd4a951363535697f1553963429a28e 0.17 MB 318 36
282,998 282,998 0000000000000001bc361f163ff6ab447aa705e80250b7464a89186819422035 0.04 MB 75 35
282,997 282,997 00000000000000017add858489f58da5984087b1511feaa8a64b872fa8f96b6c 0.22 MB 350 29
282,996 282,996 00000000000000002e2dc734315046d3ba8f6767348c8898250c6fc3fe606213 0.32 MB 667 40
282,995 282,995 00000000000000014092aa2044b13b898180595225b0c6781ab04a539d561727 0.15 MB 234 33
282,994 282,994 0000000000000001921bdae667d920f00540aece56a194ee89039f89ce1321b1 0.10 MB 140 27
282,993 282,993 00000000000000006b83f454dbba760bdc4705b1ac2b4460575905475fb6d0f1 0.25 MB 459 37
282,992 282,992 00000000000000008a45c6e571682a3b6089226a584d077f4ccfcc14b41ddf82 0.30 MB 492 35
282,991 282,991 0000000000000000ec7f9005bae7610377ed518b67c64bf1ba0fbcb1388584ad 0.15 MB 273 45
282,990 282,990 0000000000000000a7b9c5612c3bf5736d19e2c4f18077fc2b2c6210328df3a0 0.10 MB 243 40
282,989 282,989 00000000000000007b987fddccf7d3c13e0a7fb1fecfd478fdc82ea73147c501 0.14 MB 337 43
282,988 282,988 000000000000000099ab0d257a8dfc6295fda3fab9427733693caaaf8128ccbe 0.08 MB 58 13
282,987 282,987 00000000000000010689b773ba2b5bd27713d16a364efc03996b225440f5a68b 0.25 MB 615 42
282,986 282,986 00000000000000013809685d08816925c840eef7bfb591fe2273afc04e41aabd 0.04 MB 98 46
282,985 282,985 00000000000000012ee0ee35506523f0eeb0d6045a0f9065f9cbfdaf848c43e1 0.10 MB 122 8
282,984 282,984 00000000000000005f60a39bdbdcc9db1f54a5288df9dcee453b045ec9ff27da 0.10 MB 178 37
282,983 282,983 0000000000000000daf0401494ed94bb370a2798fe6a93df87757db035867763 0.12 MB 204 28
282,982 282,982 0000000000000000fc4eb877d595087322a34c73ce83841de82a159e175efe53 0.10 MB 98 9
282,981 282,981 000000000000000157887d98cf64c67e545d1c0fb011eafd1c5d44e027c4f295 0.05 MB 71 27
282,980 282,980 000000000000000112aeb38e62dd080ea8f3d472b4bb0595e0c3906f7b0c7b9c 0.05 MB 111 40
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.86 GB sent, 92.83 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.