Memory Pool Memory Pool Refreshing

14,209 transactions
4.51 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (783,512 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,206 124,206 0000000000004f9f1415009557f1bc2c2d9db83f313cde86d40c0c81d3297ff3 0.01 MB 18 1,590
124,205 124,205 0000000000005d610f778d47cd3641b697be8c378455c0a34e96cce150a23c7f 0.00 MB 5 0
124,204 124,204 00000000000006eb85d972ad0d8b4e7dc209e5b6c3e95fe325132cf2a88cf3ee 0.02 MB 40 369
124,203 124,203 00000000000045775e44e8e7cbb4794a16cbacb25ca152237fc86e881a00809e 0.01 MB 12 1,820
124,202 124,202 0000000000002e61a882e258c1091d0fcf0a141135a2f2d4174a15c4a8e0e39c 0.00 MB 13 783
124,201 124,201 00000000000065bf3c51ab27fd2a8379654cb00e0abf6b54a546bbb5f69e8a08 0.00 MB 9 616
124,200 124,200 000000000000274320eb952073f4f1db434f1d6b6b63070700bfd45189caadb0 0.00 MB 10 0
124,199 124,199 00000000000027e548b30d59b81ca30233f83a78eb97d4b4bb6cee9637c7f459 0.10 MB 35 1,113
124,198 124,198 0000000000001929dd23617849afc49f60968be8e4072d8fabd2e54c2826e91c 0.00 MB 8 0
124,197 124,197 0000000000003a5039ed01e32aec6ed7b1fd830138a3518b78beb59bb3047deb 0.01 MB 29 507
124,196 124,196 00000000000060fd01b122e20911e40b7e518684356e8b0298ac3142b756a6f8 0.00 MB 10 563
124,195 124,195 00000000000002aaa5289cfbb60ef4202715396d5e1ff60399d2243d450a7b1e 0.02 MB 50 2,496
124,194 124,194 0000000000003f945c239679e9f8259433bdd39d65c9791aa304da0f9d1649ef 0.00 MB 10 1,234
124,193 124,193 00000000000032f3ff1cce1564e04dea8e4e99448ab95ce082e6cd7178cc70d6 0.01 MB 11 931
124,192 124,192 00000000000005a07815d39ecba797ecce4227273ae290f8e19da10a59918a80 0.03 MB 82 1,224
124,191 124,191 00000000000041b1cb36236b8fcc45ce467d382ae40c31c434405c173e4eb7dc 0.01 MB 25 422
124,190 124,190 000000000000205ea920e0edcd2209f9a61861fdb11ace204f3f92ee40868990 0.01 MB 11 363
124,189 124,189 00000000000020366b30bd6dabd970a3babd2e2737cb9bad29bfefb753b5004c 0.00 MB 10 809
124,188 124,188 0000000000000d53320a1e1d4324dcc4841b5f75dca1ef334ef091605ca1647e 0.02 MB 78 863
124,187 124,187 000000000000069340190b41e41a204c7f685284065efbc14db51e7219a92c40 0.01 MB 26 828
124,186 124,186 0000000000000542d49e7e1f669a0c375503cda06f98f3c90fc2771f73eee59d 0.00 MB 8 3,039
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.