Memory Pool Memory Pool Refreshing

3,158 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,890 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.84 vMB 3,145 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,889 (731,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,985 175,985 00000000000009a75c89c908b908efb03f60ba4cf76858d0f135b5074975bf72 0.02 MB 31 358
175,984 175,984 000000000000039ba91a536bd49f339a23308a192c931c018b5b6e767a7d3630 0.03 MB 34 104
175,983 175,983 0000000000000420e352cf793a7b40b65f7ceef85f70cd83344cb61523ddb61f 0.04 MB 88 439
175,982 175,982 000000000000049259437fcd4fc3fc4f8e3551bc2ea9c02bf0ff5f69edbe71b4 0.04 MB 97 131
175,981 175,981 000000000000059a5a42e4f4eaf575fd592b314071c154ba0f519a0c4ce9fecc 0.00 MB 7 451
175,980 175,980 00000000000006c9027affaec1d47b7b57f19154872c0a989dc398d1984a2d92 0.00 MB 1 0
175,979 175,979 00000000000005639cecae13cfa9ae9609dbbb9628a022bb43eb02c616f30c0d 0.04 MB 36 63
175,978 175,978 0000000000000865066353b4b178871ec490aa0d58a66dc4b5a6bc12c444df9d 0.02 MB 85 98
175,977 175,977 000000000000049dd583ca7d38b4b3513e1329891e19d8048634da767c86c6fe 0.05 MB 143 93
175,976 175,976 00000000000001c71b85c0a0e697c7e73bd6b1218437a741588e450a65b876f8 0.05 MB 113 45
175,975 175,975 0000000000000701631b259f978ea18f7ca9f205466fdb6d36b877a3cfcf7531 0.06 MB 95 127
175,974 175,974 00000000000005b233bb09a8521bda173cf4db470a65863dde9783427f27f115 0.03 MB 110 11
175,973 175,973 0000000000000706a57b9a9a2e87f14a612c4a17d94c185c7da70ba7a42e4c73 0.04 MB 76 44
175,972 175,972 000000000000009b362e6a7f85ea3ccdd4aa9480d6e806c51699a05cffbec9bb 0.04 MB 71 44
175,971 175,971 00000000000004e1b1524cc3252343465a4aea8c9787adb3036e4c0dce8b5420 0.06 MB 53 2,138
175,970 175,970 00000000000004d31d095e63d0462dbffd1a9df1cd44ceda0e37db4dd2d99f18 0.06 MB 101 536
175,969 175,969 00000000000001929a4856e97fe1a6c269c555fa82358657f65f290dd6eadd12 0.00 MB 8 41
175,968 175,968 00000000000003f3f84b27e0e774872b9f86297d32d38c036f1bac0138356048 0.02 MB 29 41
175,967 175,967 000000000000028e56dc62592d9095494d2e9ffe3c1bcd3878a554071a2086cd 0.00 MB 7 18
175,966 175,966 0000000000000a11f1074c7addd9a5aee93cc3df8fa22925040478224585cca2 0.03 MB 89 437
175,965 175,965 00000000000008027c7710550a1389cd3e9ef7bc44fa85462bcb08e92296374a 0.00 MB 16 111
Previous 10 blocks ↓
Total Size: 769.33 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,643.23 GB sent, 94.64 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.